Html Css Color HEX #496495 Mariner

📋 copy color: '#496495'

red 73 ◦ green 100 ◦ blue 149

#496495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #496495

Tints of Mariner #496495

RGB

 RED value IS 73 (28.91% from 255) = 22.67%

 GREEN value IS 100 (39.45% from 255) = 31.06%

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 22.67%
G = 31.06%
B = 46.27%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#496495 (or 0x496495) is known color: Mariner. HEX triplet: 49, 64 and 95. RGB value is (73,100,149). Sum of RGB (Red+Green+Blue) = 73+100+149=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #496495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496495 is #B69B6A. Grayscale: #616161. Windows color (decimal): -11967339 or 9790537. OLE color: 9790537.

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

Color convert

RGB 73 100 149 -
CMYK 0.51 0.33 0 0.42
HSL 218.68º 0.34% 0.44% -
HSV(B) 218.68º 0.51% 0.58% -
XYZ 12.73 12.7 30.21 -
YUV 97.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 73 100 149 0.51 0.33 0 0.42 218.68 0.34 0.44
Hex 49 64 95 33 21 0 2A DB 22 2C
Octal 111 144 225 63 41 0 52 333 42 54
Binary 1001001 1100100 10010101 110011 100001 0 101010 11011011 100010 101100

Color Harmonies of #496495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496495

Black with #496495

Text Example


Text Example

White with #496495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496495; }

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

 H1.HeaderClassName
 {
   color: #496495;
 }
 .AnyTagClassName
 {
   color: #496495;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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