#046886

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

Shades of Blue Lagoon #046886

Tints of Blue Lagoon #046886

Color information

#046886 (or 0x046886) is unknown color: approx Blue Lagoon. HEX triplet: 04, 68 and 86. RGB value is (4,104,134). Sum of RGB (Red+Green+Blue) = 4+104+134=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #046886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046886 is #FB9779. Grayscale: #4D4D4D. Windows color (decimal): -16488314 or 8808452. OLE color: 8808452.

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

Color convert

RGB4104134-
CMYK0.970.2200.47
HSL193.85º94.2%27.06%-
HSV(B)193.85º97.01%52.55%-
XYZ9.311.6524.31-
YUV77.52159.8775.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=1.65%
G=42.98%
B=55.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41041340.970.2200.47193.8594.227.06
Hex46886611602Fc25e1b
Octal41502061412605730213633
Binary100110100010000110110000110110010111111000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046886; }

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

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

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

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

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

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

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

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