#045973

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

Shades of Blue Lagoon #045973

Tints of Blue Lagoon #045973

Color information

#045973 (or 0x045973) is unknown color: approx Blue Lagoon. HEX triplet: 04, 59 and 73. RGB value is (4,89,115). Sum of RGB (Red+Green+Blue) = 4+89+115=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #045973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045973 is #FBA68C. Grayscale: #424242. Windows color (decimal): -16492173 or 7559428. OLE color: 7559428.

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

Color convert

RGB489115-
CMYK0.970.2300.55
HSL194.05º93.28%23.33%-
HSV(B)194.05º96.52%45.1%-
XYZ6.728.4117.49-
YUV66.55155.3483.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 115 (45.31% from 255) = 55.29%
R=1.92%
G=42.79%
B=55.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4891150.970.2300.55194.0593.2823.33
Hex459736117037c25d17
Octal41311631412706730213527
Binary10010110011110011110000110111011011111000010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045973; }

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

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

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

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

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

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

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

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