#04689F

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

Shades of Cerulean #04689F

Tints of Cerulean #04689F

Color information

#04689F (or 0x04689F) is unknown color: approx Cerulean. HEX triplet: 04, 68 and 9F. RGB value is (4,104,159). Sum of RGB (Red+Green+Blue) = 4+104+159=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #04689F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04689F is #FB9760. Grayscale: #505050. Windows color (decimal): -16488289 or 10446852. OLE color: 10446852.

HSL color Cylindrical-coordinate representation of color #04689F: hue angle of 201.29º 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 #04689F is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4104159-
CMYK0.970.3500.38
HSL201.29º95.09%31.96%-
HSV(B)201.29º97.48%62.35%-
XYZ11.2612.4334.61-
YUV80.37172.3773.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=1.50%
G=38.95%
B=59.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41041590.970.3500.38201.2995.0931.96
Hex4689F6123026c95f20
Octal41502371414304631113740
Binary10011010001001111111000011000110100110110010011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04689F; }

 p { color: rgb(4,104,159); }

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

<style>
 a { background-color: #04689F; }

 a { background-color: rgb(4,104,159); }

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

<style>
 span { border-color: #04689F; }

 span { border-color: rgb(4,104,159); }

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