#045476

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

Shades of Blue Lagoon #045476

Tints of Blue Lagoon #045476

Color information

#045476 (or 0x045476) is unknown color: approx Blue Lagoon. HEX triplet: 04, 54 and 76. RGB value is (4,84,118). Sum of RGB (Red+Green+Blue) = 4+84+118=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #045476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045476 is #FBAB89. Grayscale: #3F3F3F. Windows color (decimal): -16493450 or 7754756. OLE color: 7754756.

HSL color Cylindrical-coordinate representation of color #045476: hue angle of 197.89º 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 #045476 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB484118-
CMYK0.970.2900.54
HSL197.89º93.44%23.92%-
HSV(B)197.89º96.61%46.27%-
XYZ6.497.6718.28-
YUV63.96158.585.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=1.94%
G=40.78%
B=57.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4841180.970.2900.54197.8993.4423.92
Hex45476611D036c65d18
Octal41241661413506630613530
Binary10010101001110110110000111101011011011000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045476; }

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

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

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

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

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

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

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

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