#045462

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

Shades of Blue Lagoon #045462

Tints of Blue Lagoon #045462

Color information

#045462 (or 0x045462) is unknown color: approx Blue Lagoon. HEX triplet: 04, 54 and 62. RGB value is (4,84,98). Sum of RGB (Red+Green+Blue) = 4+84+98=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #045462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045462 is #FBAB9D. Grayscale: #3D3D3D. Windows color (decimal): -16493470 or 6444036. OLE color: 6444036.

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

Color convert

RGB48498-
CMYK0.960.1400.62
HSL188.94º92.16%20%-
HSV(B)188.94º95.92%38.43%-
XYZ5.427.2512.67-
YUV61.68148.586.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.15%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=2.15%
G=45.16%
B=52.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal484980.960.1400.62188.9492.1620
Hex4546260E03Ebd5c14
Octal41241421401607627513424
Binary1001010100110001011000001110011111010111101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045462; }

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

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

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

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

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

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

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

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