#046676

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

Shades of Blue Lagoon #046676

Tints of Blue Lagoon #046676

Color information

#046676 (or 0x046676) is unknown color: approx Blue Lagoon. HEX triplet: 04, 66 and 76. RGB value is (4,102,118). Sum of RGB (Red+Green+Blue) = 4+102+118=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #046676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046676 is #FB9989. Grayscale: #4A4A4A. Windows color (decimal): -16488842 or 7759364. OLE color: 7759364.

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

Color convert

RGB4102118-
CMYK0.970.1400.54
HSL188.42º93.44%23.92%-
HSV(B)188.42º96.61%46.27%-
XYZ8.0710.8418.81-
YUV74.52152.5377.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=1.79%
G=45.54%
B=52.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41021180.970.1400.54188.4293.4423.92
Hex4667661E036bc5d18
Octal41461661411606627413530
Binary1001100110111011011000011110011011010111100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046676; }

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

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

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

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

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

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

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

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