#486699

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

Shades of Mariner #486699

Tints of Mariner #486699

Color information

#486699 (or 0x486699) is unknown color: approx Mariner. HEX triplet: 48, 66 and 99. RGB value is (72,102,153). Sum of RGB (Red+Green+Blue) = 72+102+153=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #486699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486699 is #B79966. Grayscale: #626262. Windows color (decimal): -12032359 or 10053192. OLE color: 10053192.

HSL color Cylindrical-coordinate representation of color #486699: hue angle of 217.78º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #486699 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB72102153-
CMYK0.530.3300.4
HSL217.78º36%44.12%-
HSV(B)217.78º52.94%60%-
XYZ13.1713.1831.99-
YUV98.84158.56108.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=22.02%
G=31.19%
B=46.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721021530.530.3300.4217.783644.12
Hex4866993521028da242c
Octal11014623165410503324454
Binary1001000110011010011001110101100001010100011011010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486699; }

 p { color: rgb(72,102,153); }

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

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

 a { background-color: rgb(72,102,153); }

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

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

 span { border-color: rgb(72,102,153); }

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