#486397

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

Shades of Mariner #486397

Tints of Mariner #486397

Color information

#486397 (or 0x486397) is unknown color: approx Mariner. HEX triplet: 48, 63 and 97. RGB value is (72,99,151). Sum of RGB (Red+Green+Blue) = 72+99+151=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #486397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486397 is #B79C68. Grayscale: #606060. Windows color (decimal): -12033129 or 9921352. OLE color: 9921352.

HSL color Cylindrical-coordinate representation of color #486397: hue angle of 219.49º 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 #486397 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7299151-
CMYK0.520.3400.41
HSL219.49º35.43%43.73%-
HSV(B)219.49º52.32%59.22%-
XYZ12.7212.5431.03-
YUV96.85158.55110.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=22.36%
G=30.75%
B=46.89%

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
Decimal72991510.520.3400.41219.4935.4343.73
Hex4863973422029db232c
Octal11014322764420513334354
Binary1001000110001110010111110100100010010100111011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486397; }

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

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

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

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

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

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

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

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