#04769E

Color #04769E Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #04769E

Tints of Cerulean #04769E

Color information

#04769E (or 0x04769E) is unknown color: approx Cerulean. HEX triplet: 04, 76 and 9E. RGB value is (4,118,158). Sum of RGB (Red+Green+Blue) = 4+118+158=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #04769E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04769E is #FB8961. Grayscale: #585858. Windows color (decimal): -16484706 or 10384900. OLE color: 10384900.

HSL color Cylindrical-coordinate representation of color #04769E: hue angle of 195.58º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04769E is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4118158-
CMYK0.970.2500.38
HSL195.58º95.06%31.76%-
HSV(B)195.58º97.47%61.96%-
XYZ12.715.4534.66-
YUV88.47167.2367.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.43%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=1.43%
G=42.14%
B=56.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41181580.970.2500.38195.5895.0631.76
Hex4769E6119026c45f20
Octal41662361413104630413740
Binary1001110110100111101100001110010100110110001001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04769E; }

 p { color: rgb(4,118,158); }

 H1.HeaderClassName
 {
   color: #04769E;
 }
 .AnyTagClassName
 {
   color: #04769E;
 }
</style>
background-color css

<style>
 a { background-color: #04769E; }

 a { background-color: rgb(4,118,158); }

 div.DivClassName
 {
   background-color: #04769E;
 }
 .BgClassName
 {
   background-color: #04769E;
 }
</style>
border-color css

<style>
 span { border-color: #04769E; }

 span { border-color: rgb(4,118,158); }

 td.TdClassName
 {
   border-color: #04769E;
 }
 .TagClassName
 {
   border-color: #04769E;
 }
</style>