#486597

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

Shades of Mariner #486597

Tints of Mariner #486597

Color information

#486597 (or 0x486597) is unknown color: approx Mariner. HEX triplet: 48, 65 and 97. RGB value is (72,101,151). Sum of RGB (Red+Green+Blue) = 72+101+151=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #486597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486597 is #B79A68. Grayscale: #616161. Windows color (decimal): -12032617 or 9921864. OLE color: 9921864.

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

Color convert

RGB72101151-
CMYK0.520.3300.41
HSL217.97º35.43%43.73%-
HSV(B)217.97º52.32%59.22%-
XYZ12.9112.9231.09-
YUV98.03157.89109.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 151 (59.38% from 255) = 46.60%
R=22.22%
G=31.17%
B=46.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721011510.520.3300.41217.9735.4343.73
Hex4865973421029da232c
Octal11014522764410513324354
Binary1001000110010110010111110100100001010100111011010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486597; }

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

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

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

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

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

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

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

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