#486396

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

Shades of Mariner #486396

Tints of Mariner #486396

Color information

#486396 (or 0x486396) is unknown color: approx Mariner. HEX triplet: 48, 63 and 96. RGB value is (72,99,150). Sum of RGB (Red+Green+Blue) = 72+99+150=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #486396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486396 is #B79C69. Grayscale: #606060. Windows color (decimal): -12033130 or 9855816. OLE color: 9855816.

HSL color Cylindrical-coordinate representation of color #486396: hue angle of 219.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486396 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7299150-
CMYK0.520.3400.41
HSL219.23º35.14%43.53%-
HSV(B)219.23º52%58.82%-
XYZ12.6412.530.6-
YUV96.74158.05110.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=22.43%
G=30.84%
B=46.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72991500.520.3400.41219.2335.1443.53
Hex4863963422029db232c
Octal11014322664420513334354
Binary1001000110001110010110110100100010010100111011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486396; }

 p { color: rgb(72,99,150); }

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

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

 a { background-color: rgb(72,99,150); }

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

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

 span { border-color: rgb(72,99,150); }

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