Color Hex Logo

#46699c Color Hex

#46699C
(70,105,156)
0 Favorites   0 Comments

Color spaces of #46699c

RGB 70105156
HSL0.600.380.44
HSV216°55°61°
CMYK 0.550.330.00   0.39
XYZ13.578113.805533.4016
Yxy13.80550.22340.2271
Hunter Lab37.15580.2080-27.2904
CIE-Lab43.95272.9619-31.5189

#46699c color RGB value is (70,105,156).

#46699c hex color red value is 70, green value is 105 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #46699c hue: 0.60 , saturation: 0.38 and the lightness value of 46699c is 0.44.

The process color (four color CMYK) of #46699c color hex is 0.55, 0.33, 0.00, 0.39. Web safe color of #46699c is #336699. Color #46699c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101001 10011100
Octal 106 151 234
Decimal 70 105 156
Hex 46 69 9C

RGB Percentages of Color #46699c

%21.15
%31.72
%47.13

CMYK Percentages of Color #46699c

%55
%33
%0
%39

Triadic Colors of #46699c

#46699c #9c4669 #699c46

Analogous Colors of #46699c

#46699c #4e469c #46949c

Monochromatic Colors of #46699c

#46699c

Complementary Color

#46699c #9c7946

#46699c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46699c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46699c Color CSS Codes

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

#46699c Text Font Color

<p style="color:#46699c">Text here</p>

This sample text font color is #46699c
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.


#46699c Background Color

<div style="background-color:#46699c">
Div content here</div>

This div background color is #46699c


#46699c Border Color

<div style="border:3px solid #46699c">
Div here</div>

This div border color is #46699c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,105,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46699c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46699c;
  -webkit-box-shadow: 1px 1px 3px 2px #46699c;
  box-shadow:         1px 1px 3px 2px #46699c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46699c


Comments

No comments written yet.

Please login to write comment.