#045673

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

Shades of Blue Lagoon #045673

Tints of Blue Lagoon #045673

Color information

#045673 (or 0x045673) is unknown color: approx Blue Lagoon. HEX triplet: 04, 56 and 73. RGB value is (4,86,115). Sum of RGB (Red+Green+Blue) = 4+86+115=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #045673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045673 is #FBA98C. Grayscale: #404040. Windows color (decimal): -16492941 or 7558660. OLE color: 7558660.

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

Color convert

RGB486115-
CMYK0.970.2500.55
HSL195.68º93.28%23.33%-
HSV(B)195.68º96.52%45.1%-
XYZ6.477.9217.41-
YUV64.79156.3384.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=1.95%
G=41.95%
B=56.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4861150.970.2500.55195.6893.2823.33
Hex456736119037c45d17
Octal41261631413106730413527
Binary10010101101110011110000111001011011111000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045673; }

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

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

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

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

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

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

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

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