#045562

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

Shades of Blue Lagoon #045562

Tints of Blue Lagoon #045562

Color information

#045562 (or 0x045562) is unknown color: approx Blue Lagoon. HEX triplet: 04, 55 and 62. RGB value is (4,85,98). Sum of RGB (Red+Green+Blue) = 4+85+98=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #045562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045562 is #FBAA9D. Grayscale: #3E3E3E. Windows color (decimal): -16493214 or 6444292. OLE color: 6444292.

HSL color Cylindrical-coordinate representation of color #045562: hue angle of 188.3º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045562 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB48598-
CMYK0.960.1300.62
HSL188.3º92.16%20%-
HSV(B)188.3º95.92%38.43%-
XYZ5.57.412.69-
YUV62.26148.1686.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.14%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=2.14%
G=45.45%
B=52.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal485980.960.1300.62188.392.1620
Hex4556260D03Ebc5c14
Octal41251421401507627413424
Binary1001010101110001011000001101011111010111100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045562; }

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

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

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

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

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

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

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

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