#046D77

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

Shades of Blue Lagoon #046D77

Tints of Blue Lagoon #046D77

Color information

#046D77 (or 0x046D77) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6D and 77. RGB value is (4,109,119). Sum of RGB (Red+Green+Blue) = 4+109+119=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #046D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D77 is #FB9288. Grayscale: #4E4E4E. Windows color (decimal): -16487049 or 7826692. OLE color: 7826692.

HSL color Cylindrical-coordinate representation of color #046D77: hue angle of 185.22º 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 #046D77 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4109119-
CMYK0.970.0800.53
HSL185.22º93.5%24.12%-
HSV(B)185.22º96.64%46.67%-
XYZ8.8512.319.36-
YUV78.74150.7174.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 109 (42.97% from 255) = 46.98%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=1.72%
G=46.98%
B=51.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41091190.970.0800.53185.2293.524.12
Hex46D77618035b95d18
Octal41551671411006527113530
Binary1001101101111011111000011000011010110111001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046D77; }

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

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

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

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

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

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

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

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