#046177

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

Shades of Blue Lagoon #046177

Tints of Blue Lagoon #046177

Color information

#046177 (or 0x046177) is unknown color: approx Blue Lagoon. HEX triplet: 04, 61 and 77. RGB value is (4,97,119). Sum of RGB (Red+Green+Blue) = 4+97+119=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #046177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046177 is #FB9E88. Grayscale: #474747. Windows color (decimal): -16490121 or 7823620. OLE color: 7823620.

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

Color convert

RGB497119-
CMYK0.970.1800.53
HSL191.48º93.5%24.12%-
HSV(B)191.48º96.64%46.67%-
XYZ7.659.9118.96-
YUV71.7154.6979.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.82%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=1.82%
G=44.09%
B=54.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4971190.970.1800.53191.4893.524.12
Hex461776112035bf5d18
Octal41411671412206527713530
Binary10011000011110111110000110010011010110111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046177; }

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

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

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

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

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

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

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

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