#045470

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

Shades of Blue Lagoon #045470

Tints of Blue Lagoon #045470

Color information

#045470 (or 0x045470) is unknown color: approx Blue Lagoon. HEX triplet: 04, 54 and 70. RGB value is (4,84,112). Sum of RGB (Red+Green+Blue) = 4+84+112=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #045470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045470 is #FBAB8F. Grayscale: #3F3F3F. Windows color (decimal): -16493456 or 7361540. OLE color: 7361540.

HSL color Cylindrical-coordinate representation of color #045470: hue angle of 195.56º 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 #045470 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB484112-
CMYK0.960.2500.56
HSL195.56º93.1%22.75%-
HSV(B)195.56º96.43%43.92%-
XYZ6.157.5416.46-
YUV63.27155.585.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 112 (44.14% from 255) = 56%
R=2%
G=42%
B=56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4841120.960.2500.56195.5693.122.75
Hex454706019038c45d17
Octal41241601403107030413527
Binary10010101001110000110000011001011100011000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045470; }

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

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

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

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

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

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

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

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