#045E73

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

Shades of Blue Lagoon #045E73

Tints of Blue Lagoon #045E73

Color information

#045E73 (or 0x045E73) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5E and 73. RGB value is (4,94,115). Sum of RGB (Red+Green+Blue) = 4+94+115=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #045E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045E73 is #FBA18C. Grayscale: #454545. Windows color (decimal): -16490893 or 7560708. OLE color: 7560708.

HSL color Cylindrical-coordinate representation of color #045E73: hue angle of 191.35º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045E73 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB494115-
CMYK0.970.1800.55
HSL191.35º93.28%23.33%-
HSV(B)191.35º96.52%45.1%-
XYZ7.159.2717.63-
YUV69.48153.6881.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=1.88%
G=44.13%
B=53.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4941150.970.1800.55191.3593.2823.33
Hex45E736112037bf5d17
Octal41361631412206727713527
Binary10010111101110011110000110010011011110111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045E73; }

 p { color: rgb(4,94,115); }

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

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

 a { background-color: rgb(4,94,115); }

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

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

 span { border-color: rgb(4,94,115); }

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