#486495

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

Shades of Mariner #486495

Tints of Mariner #486495

Color information

#486495 (or 0x486495) is unknown color: approx Mariner. HEX triplet: 48, 64 and 95. RGB value is (72,100,149). Sum of RGB (Red+Green+Blue) = 72+100+149=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #486495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486495 is #B79B6A. Grayscale: #606060. Windows color (decimal): -12032875 or 9790536. OLE color: 9790536.

HSL color Cylindrical-coordinate representation of color #486495: hue angle of 218.18º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486495 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72100149-
CMYK0.520.3300.42
HSL218.18º34.84%43.33%-
HSV(B)218.18º51.68%58.43%-
XYZ12.6512.6630.21-
YUV97.21157.22110.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 100 (39.45% from 255) = 31.15%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=22.43%
G=31.15%
B=46.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721001490.520.3300.42218.1834.8443.33
Hex486495342102Ada232b
Octal11014422564410523324353
Binary1001000110010010010101110100100001010101011011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486495; }

 p { color: rgb(72,100,149); }

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

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

 a { background-color: rgb(72,100,149); }

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

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

 span { border-color: rgb(72,100,149); }

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