#04526C

Color #04526C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #04526C

Tints of Blue Lagoon #04526C

Color information

#04526C (or 0x04526C) is unknown color: approx Blue Lagoon. HEX triplet: 04, 52 and 6C. RGB value is (4,82,108). Sum of RGB (Red+Green+Blue) = 4+82+108=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #04526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04526C is #FBAD93. Grayscale: #3D3D3D. Windows color (decimal): -16493972 or 7098884. OLE color: 7098884.

HSL color Cylindrical-coordinate representation of color #04526C: hue angle of 195º 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 #04526C is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB482108-
CMYK0.960.2400.58
HSL195º92.86%21.96%-
HSV(B)195º96.3%42.35%-
XYZ5.777.1415.26-
YUV61.64154.1686.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=2.06%
G=42.27%
B=55.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4821080.960.2400.5819592.8621.96
Hex4526C601803Ac35d16
Octal41221541403007230313526
Binary10010100101101100110000011000011101011000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04526C; }

 p { color: rgb(4,82,108); }

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

<style>
 a { background-color: #04526C; }

 a { background-color: rgb(4,82,108); }

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

<style>
 span { border-color: #04526C; }

 span { border-color: rgb(4,82,108); }

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