#046176

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

Shades of Blue Lagoon #046176

Tints of Blue Lagoon #046176

Color information

#046176 (or 0x046176) is unknown color: approx Blue Lagoon. HEX triplet: 04, 61 and 76. RGB value is (4,97,118). Sum of RGB (Red+Green+Blue) = 4+97+118=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #046176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046176 is #FB9E89. Grayscale: #474747. Windows color (decimal): -16490122 or 7758084. OLE color: 7758084.

HSL color Cylindrical-coordinate representation of color #046176: hue angle of 191.05º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046176 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB497118-
CMYK0.970.1800.54
HSL191.05º93.44%23.92%-
HSV(B)191.05º96.61%46.27%-
XYZ7.599.8818.65-
YUV71.59154.1979.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=1.83%
G=44.29%
B=53.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4971180.970.1800.54191.0593.4423.92
Hex461766112036bf5d18
Octal41411661412206627713530
Binary10011000011110110110000110010011011010111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046176; }

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

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

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

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

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

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

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

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