Color Hex Logo

#469fbd Color Hex

#469FBD
(70,159,189)
0 Favorites   0 Comments

Color spaces of #469fbd

RGB 70159189
HSL0.540.470.51
HSV195°63°74°
CMYK 0.630.160.00   0.26
XYZ24.109229.772552.6201
Yxy29.77250.22640.2795
Hunter Lab54.5642-16.6170-18.9826
CIE-Lab61.4574-17.3602-23.4024

#469fbd color RGB value is (70,159,189).

#469fbd hex color red value is 70, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #469fbd hue: 0.54 , saturation: 0.47 and the lightness value of 469fbd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011111 10111101
Octal 106 237 275
Decimal 70 159 189
Hex 46 9F BD

RGB Percentages of Color #469fbd

%16.75
%38.04
%45.22

CMYK Percentages of Color #469fbd

%63
%16
%0
%26

Triadic Colors of #469fbd

#469fbd #bd469f #9fbd46

Analogous Colors of #469fbd

#469fbd #4664bd #46bda0

Monochromatic Colors of #469fbd

#469fbd

Complementary Color

#469fbd #bd6446

#469fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#469fbd Color CSS Codes

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

#469fbd Text Font Color

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

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


#469fbd Background Color

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

This div background color is #469fbd


#469fbd Border Color

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

This div border color is #469fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469fbd


Comments

No comments written yet.

Please login to write comment.