#045A73

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

Shades of Blue Lagoon #045A73

Tints of Blue Lagoon #045A73

Color information

#045A73 (or 0x045A73) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5A and 73. RGB value is (4,90,115). Sum of RGB (Red+Green+Blue) = 4+90+115=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #045A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A73 is #FBA58C. Grayscale: #424242. Windows color (decimal): -16491917 or 7559684. OLE color: 7559684.

HSL color Cylindrical-coordinate representation of color #045A73: hue angle of 193.51º 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 #045A73 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB490115-
CMYK0.970.2200.55
HSL193.51º93.28%23.33%-
HSV(B)193.51º96.52%45.1%-
XYZ6.88.5817.52-
YUV67.14155.0182.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 115 (45.31% from 255) = 55.02%
R=1.91%
G=43.06%
B=55.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4901150.970.2200.55193.5193.2823.33
Hex45A736116037c25d17
Octal41321631412606730213527
Binary10010110101110011110000110110011011111000010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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