#045171

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

Shades of Blue Lagoon #045171

Tints of Blue Lagoon #045171

Color information

#045171 (or 0x045171) is unknown color: approx Blue Lagoon. HEX triplet: 04, 51 and 71. RGB value is (4,81,113). Sum of RGB (Red+Green+Blue) = 4+81+113=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #045171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045171 is #FBAE8E. Grayscale: #3D3D3D. Windows color (decimal): -16494223 or 7426308. OLE color: 7426308.

HSL color Cylindrical-coordinate representation of color #045171: hue angle of 197.61º 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 #045171 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB481113-
CMYK0.960.2800.56
HSL197.61º93.16%22.94%-
HSV(B)197.61º96.46%44.31%-
XYZ5.977.116.68-
YUV61.62156.9986.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 113 (44.53% from 255) = 57.07%
R=2.02%
G=40.91%
B=57.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4811130.960.2800.56197.6193.1622.94
Hex45171601C038c65d17
Octal41211611403407030613527
Binary10010100011110001110000011100011100011000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045171; }

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

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

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

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

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

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

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

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