#046386

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

Shades of Blue Lagoon #046386

Tints of Blue Lagoon #046386

Color information

#046386 (or 0x046386) is unknown color: approx Blue Lagoon. HEX triplet: 04, 63 and 86. RGB value is (4,99,134). Sum of RGB (Red+Green+Blue) = 4+99+134=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #046386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046386 is #FB9C79. Grayscale: #4A4A4A. Windows color (decimal): -16489594 or 8807172. OLE color: 8807172.

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

Color convert

RGB499134-
CMYK0.970.2600.47
HSL196.15º94.2%27.06%-
HSV(B)196.15º97.01%52.55%-
XYZ8.8110.6724.15-
YUV74.58161.5377.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=1.69%
G=41.77%
B=56.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4991340.970.2600.47196.1594.227.06
Hex46386611A02Fc45e1b
Octal41432061413205730413633
Binary100110001110000110110000111010010111111000100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046386; }

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

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

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

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

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

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

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

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