#046872

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

Shades of Blue Lagoon #046872

Tints of Blue Lagoon #046872

Color information

#046872 (or 0x046872) is unknown color: approx Blue Lagoon. HEX triplet: 04, 68 and 72. RGB value is (4,104,114). Sum of RGB (Red+Green+Blue) = 4+104+114=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #046872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046872 is #FB978D. Grayscale: #4B4B4B. Windows color (decimal): -16488334 or 7497732. OLE color: 7497732.

HSL color Cylindrical-coordinate representation of color #046872: hue angle of 185.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046872 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4104114-
CMYK0.960.0900.55
HSL185.45º93.22%23.14%-
HSV(B)185.45º96.49%44.71%-
XYZ8.0411.1417.65-
YUV75.24149.8777.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=1.80%
G=46.85%
B=51.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41041140.960.0900.55185.4593.2223.14
Hex46872609037b95d17
Octal41501621401106727113527
Binary1001101000111001011000001001011011110111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046872; }

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

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

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

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

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

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

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

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