#04486B

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

Shades of Dark Cerulean #04486B

Tints of Dark Cerulean #04486B

Color information

#04486B (or 0x04486B) is unknown color: approx Dark Cerulean. HEX triplet: 04, 48 and 6B. RGB value is (4,72,107). Sum of RGB (Red+Green+Blue) = 4+72+107=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #04486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04486B is #FBB794. Grayscale: #373737. Windows color (decimal): -16496533 or 7030788. OLE color: 7030788.

HSL color Cylindrical-coordinate representation of color #04486B: hue angle of 200.39º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04486B is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB472107-
CMYK0.960.3300.58
HSL200.39º92.79%21.76%-
HSV(B)200.39º96.26%41.96%-
XYZ5.025.7214.75-
YUV55.66156.9791.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 107 (42.19% from 255) = 58.47%
R=2.19%
G=39.34%
B=58.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4721070.960.3300.58200.3992.7921.76
Hex4486B602103Ac85d16
Octal41101531404107231013526
Binary100100100011010111100000100001011101011001000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04486B; }

 p { color: rgb(4,72,107); }

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

<style>
 a { background-color: #04486B; }

 a { background-color: rgb(4,72,107); }

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

<style>
 span { border-color: #04486B; }

 span { border-color: rgb(4,72,107); }

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