Color Hex Logo

#46808d Color Hex

#46808D
(70,128,141)
0 Favorites   0 Comments

Color spaces of #46808d

RGB 70128141
HSL0.530.340.41
HSV191°50°55°
CMYK 0.500.090.00   0.45
XYZ15.052718.663528.0084
Yxy18.66350.24390.3024
Hunter Lab43.2013-13.4071-8.1982
CIE-Lab50.2912-15.2203-12.9007

#46808d color RGB value is (70,128,141).

#46808d hex color red value is 70, green value is 128 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #46808d hue: 0.53 , saturation: 0.34 and the lightness value of 46808d is 0.41.

The process color (four color CMYK) of #46808d color hex is 0.50, 0.09, 0.00, 0.45. Web safe color of #46808d is #339999. Color #46808d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000000 10001101
Octal 106 200 215
Decimal 70 128 141
Hex 46 80 8D

RGB Percentages of Color #46808d

%20.65
%37.76
%41.59

CMYK Percentages of Color #46808d

%50
%9
%0
%45

Triadic Colors of #46808d

#46808d #8d4680 #808d46

Analogous Colors of #46808d

#46808d #465d8d #468d77

Monochromatic Colors of #46808d

#46808d

Complementary Color

#46808d #8d5346

#46808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46808d Color CSS Codes

.mybgcolor {background-color:#46808d; } 
.myforecolor {color:#46808d; }
.mybordercolor {border:3px solid #46808d; }

#46808d Text Font Color

<p style="color:#46808d">Text here</p>

This sample text font color is #46808d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#46808d Background Color

<div style="background-color:#46808d">
Div content here</div>

This div background color is #46808d


#46808d Border Color

<div style="border:3px solid #46808d">
Div here</div>

This div border color is #46808d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,128,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46808d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46808d;
  -webkit-box-shadow: 1px 1px 3px 2px #46808d;
  box-shadow:         1px 1px 3px 2px #46808d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,128,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #46808d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #46808d;
  -webkit-box-shadow: 1px 1px 3px 2px #46808d;
  box-shadow:         1px 1px 3px 2px #46808d;">
Div content here</div>

This div box has shadow with color #46808d


Comments

No comments written yet.

Please login to write comment.