Color Hex Logo

#469cbb Color Hex

#469CBB
(70,156,187)
0 Favorites   0 Comments

Color spaces of #469cbb

RGB 70156187
HSL0.540.460.50
HSV196°63°73°
CMYK 0.630.170.00   0.27
XYZ23.383928.666951.3145
Yxy28.66690.22620.2773
Hunter Lab53.5415-15.7389-19.3449
CIE-Lab60.4865-16.3815-23.7674

#469cbb color RGB value is (70,156,187).

#469cbb hex color red value is 70, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #469cbb hue: 0.54 , saturation: 0.46 and the lightness value of 469cbb is 0.50.

The process color (four color CMYK) of #469cbb color hex is 0.63, 0.17, 0.00, 0.27. Web safe color of #469cbb is #3399cc. Color #469cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011100 10111011
Octal 106 234 273
Decimal 70 156 187
Hex 46 9C BB

RGB Percentages of Color #469cbb

%16.95
%37.77
%45.28

CMYK Percentages of Color #469cbb

%63
%17
%0
%27

Triadic Colors of #469cbb

#469cbb #bb469c #9cbb46

Analogous Colors of #469cbb

#469cbb #4662bb #46bba0

Monochromatic Colors of #469cbb

#469cbb

Complementary Color

#469cbb #bb6546

#469cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#469cbb Color CSS Codes

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

#469cbb Text Font Color

<p style="color:#469cbb">Text here</p>

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


#469cbb Background Color

<div style="background-color:#469cbb">
Div content here</div>

This div background color is #469cbb


#469cbb Border Color

<div style="border:3px solid #469cbb">
Div here</div>

This div border color is #469cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469cbb


Comments

No comments written yet.

Please login to write comment.