#045873

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

Shades of Blue Lagoon #045873

Tints of Blue Lagoon #045873

Color information

#045873 (or 0x045873) is unknown color: approx Blue Lagoon. HEX triplet: 04, 58 and 73. RGB value is (4,88,115). Sum of RGB (Red+Green+Blue) = 4+88+115=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #045873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045873 is #FBA78C. Grayscale: #414141. Windows color (decimal): -16492429 or 7559172. OLE color: 7559172.

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

Color convert

RGB488115-
CMYK0.970.2300.55
HSL194.59º93.28%23.33%-
HSV(B)194.59º96.52%45.1%-
XYZ6.638.2417.46-
YUV65.96155.6783.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=1.93%
G=42.51%
B=55.56%

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
Decimal4881150.970.2300.55194.5993.2823.33
Hex458736117037c35d17
Octal41301631412706730313527
Binary10010110001110011110000110111011011111000011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045873; }

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

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

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

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

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

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

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

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