#04576F

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

Shades of Blue Lagoon #04576F

Tints of Blue Lagoon #04576F

Color information

#04576F (or 0x04576F) is unknown color: approx Blue Lagoon. HEX triplet: 04, 57 and 6F. RGB value is (4,87,111). Sum of RGB (Red+Green+Blue) = 4+87+111=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #04576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04576F is #FBA890. Grayscale: #404040. Windows color (decimal): -16492689 or 7296772. OLE color: 7296772.

HSL color Cylindrical-coordinate representation of color #04576F: hue angle of 193.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04576F is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB487111-
CMYK0.960.2200.56
HSL193.46º93.04%22.55%-
HSV(B)193.46º96.4%43.53%-
XYZ6.337.9916.25-
YUV64.9215484.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.98%
GREEN value IS 87 (34.38% from 255) = 43.07%
BLUE value IS 111 (43.75% from 255) = 54.95%
R=1.98%
G=43.07%
B=54.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4871110.960.2200.56193.4693.0422.55
Hex4576F6016038c15d17
Octal41271571402607030113527
Binary10010101111101111110000010110011100011000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,87,111); }

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

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

 a { background-color: rgb(4,87,111); }

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

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

 span { border-color: rgb(4,87,111); }

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