#04526D

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

Shades of Blue Lagoon #04526D

Tints of Blue Lagoon #04526D

Color information

#04526D (or 0x04526D) is unknown color: approx Blue Lagoon. HEX triplet: 04, 52 and 6D. RGB value is (4,82,109). Sum of RGB (Red+Green+Blue) = 4+82+109=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #04526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04526D is #FBAD92. Grayscale: #3D3D3D. Windows color (decimal): -16493971 or 7164420. OLE color: 7164420.

HSL color Cylindrical-coordinate representation of color #04526D: hue angle of 195.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04526D is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB482109-
CMYK0.960.2500.57
HSL195.43º92.92%22.16%-
HSV(B)195.43º96.33%42.75%-
XYZ5.837.1615.54-
YUV61.76154.6686.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 109 (42.97% from 255) = 55.90%
R=2.05%
G=42.05%
B=55.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4821090.960.2500.57195.4392.9222.16
Hex4526D6019039c35d16
Octal41221551403107130313526
Binary10010100101101101110000011001011100111000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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