#045762

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

Shades of Blue Lagoon #045762

Tints of Blue Lagoon #045762

Color information

#045762 (or 0x045762) is unknown color: approx Blue Lagoon. HEX triplet: 04, 57 and 62. RGB value is (4,87,98). Sum of RGB (Red+Green+Blue) = 4+87+98=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #045762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045762 is #FBA89D. Grayscale: #3F3F3F. Windows color (decimal): -16492702 or 6444804. OLE color: 6444804.

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

Color convert

RGB48798-
CMYK0.960.1100.62
HSL187.02º92.16%20%-
HSV(B)187.02º95.92%38.43%-
XYZ5.667.7212.75-
YUV63.44147.585.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 87 (34.38% from 255) = 46.03%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=2.12%
G=46.03%
B=51.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal487980.960.1100.62187.0292.1620
Hex4576260B03Ebb5c14
Octal41271421401307627313424
Binary1001010111110001011000001011011111010111011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045762; }

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

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

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

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

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

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

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

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