#045771

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

Shades of Blue Lagoon #045771

Tints of Blue Lagoon #045771

Color information

#045771 (or 0x045771) is unknown color: approx Blue Lagoon. HEX triplet: 04, 57 and 71. RGB value is (4,87,113). Sum of RGB (Red+Green+Blue) = 4+87+113=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #045771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045771 is #FBA88E. Grayscale: #404040. Windows color (decimal): -16492687 or 7427844. OLE color: 7427844.

HSL color Cylindrical-coordinate representation of color #045771: hue angle of 194.31º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045771 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB487113-
CMYK0.960.2300.56
HSL194.31º93.16%22.94%-
HSV(B)194.31º96.46%44.31%-
XYZ6.448.0316.83-
YUV65.1515584.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 87 (34.38% from 255) = 42.65%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=1.96%
G=42.65%
B=55.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4871130.960.2300.56194.3193.1622.94
Hex457716017038c25d17
Octal41271611402707030213527
Binary10010101111110001110000010111011100011000010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045771; }

 p { color: rgb(4,87,113); }

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

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

 a { background-color: rgb(4,87,113); }

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

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

 span { border-color: rgb(4,87,113); }

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