#046171

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

Shades of Blue Lagoon #046171

Tints of Blue Lagoon #046171

Color information

#046171 (or 0x046171) is unknown color: approx Blue Lagoon. HEX triplet: 04, 61 and 71. RGB value is (4,97,113). Sum of RGB (Red+Green+Blue) = 4+97+113=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #046171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046171 is #FB9E8E. Grayscale: #464646. Windows color (decimal): -16490127 or 7430404. OLE color: 7430404.

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

Color convert

RGB497113-
CMYK0.960.1400.56
HSL188.81º93.16%22.94%-
HSV(B)188.81º96.46%44.31%-
XYZ7.319.7717.12-
YUV71.02151.6980.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.87%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=1.87%
G=45.33%
B=52.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4971130.960.1400.56188.8193.1622.94
Hex4617160E038bd5d17
Octal41411611401607027513527
Binary1001100001111000111000001110011100010111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046171; }

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

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

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

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

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

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

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

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