#045576

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

Shades of Blue Lagoon #045576

Tints of Blue Lagoon #045576

Color information

#045576 (or 0x045576) is unknown color: approx Blue Lagoon. HEX triplet: 04, 55 and 76. RGB value is (4,85,118). Sum of RGB (Red+Green+Blue) = 4+85+118=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #045576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045576 is #FBAA89. Grayscale: #404040. Windows color (decimal): -16493194 or 7755012. OLE color: 7755012.

HSL color Cylindrical-coordinate representation of color #045576: hue angle of 197.37º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045576 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB485118-
CMYK0.970.2800.54
HSL197.37º93.44%23.92%-
HSV(B)197.37º96.61%46.27%-
XYZ6.577.8318.3-
YUV64.54158.1684.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=1.93%
G=41.06%
B=57.00%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4851180.970.2800.54197.3793.4423.92
Hex45576611C036c55d18
Octal41251661413406630513530
Binary10010101011110110110000111100011011011000101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045576; }

 p { color: rgb(4,85,118); }

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

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

 a { background-color: rgb(4,85,118); }

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

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

 span { border-color: rgb(4,85,118); }

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