#046876

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

Shades of Blue Lagoon #046876

Tints of Blue Lagoon #046876

Color information

#046876 (or 0x046876) is unknown color: approx Blue Lagoon. HEX triplet: 04, 68 and 76. RGB value is (4,104,118). Sum of RGB (Red+Green+Blue) = 4+104+118=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #046876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046876 is #FB9789. Grayscale: #4B4B4B. Windows color (decimal): -16488330 or 7759876. OLE color: 7759876.

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

Color convert

RGB4104118-
CMYK0.970.1200.54
HSL187.37º93.44%23.92%-
HSV(B)187.37º96.61%46.27%-
XYZ8.2711.2318.87-
YUV75.7151.8776.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.77%
GREEN value IS 104 (41.02% from 255) = 46.02%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=1.77%
G=46.02%
B=52.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41041180.970.1200.54187.3793.4423.92
Hex4687661C036bb5d18
Octal41501661411406627313530
Binary1001101000111011011000011100011011010111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046876; }

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

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

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

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

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

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

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

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