Color Hex Logo

#469fcc Color Hex

#469FCC
(70,159,204)
0 Favorites   0 Comments

Color spaces of #469fcc

RGB 70159204
HSL0.560.570.54
HSV200°66°80°
CMYK 0.660.220.00   0.20
XYZ25.823030.458061.6447
Yxy30.45800.21900.2583
Hunter Lab55.1888-13.0596-27.5936
CIE-Lab62.0474-12.5745-30.8887

#469fcc color RGB value is (70,159,204).

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

The process color (four color CMYK) of #469fcc color hex is 0.66, 0.22, 0.00, 0.20. Web safe color of #469fcc is #3399cc. Color #469fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011111 11001100
Octal 106 237 314
Decimal 70 159 204
Hex 46 9F CC

RGB Percentages of Color #469fcc

%16.17
%36.72
%47.11

CMYK Percentages of Color #469fcc

%66
%22
%0
%20

Triadic Colors of #469fcc

#469fcc #cc469f #9fcc46

Analogous Colors of #469fcc

#469fcc #465ccc #46ccb6

Monochromatic Colors of #469fcc

#469fcc

Complementary Color

#469fcc #cc7346

#469fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#469fcc Color CSS Codes

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

#469fcc Text Font Color

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

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


#469fcc Background Color

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

This div background color is #469fcc


#469fcc Border Color

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

This div border color is #469fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469fcc


Comments

No comments written yet.

Please login to write comment.