Html Css Color HEX #496393 Mariner

📋 copy color: '#496393'

red 73 ◦ green 99 ◦ blue 147

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

Shades of Mariner #496393

Tints of Mariner #496393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.03%

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 22.88%
G = 31.03%
B = 46.08%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#496393 (or 0x496393) is known color: Mariner. HEX triplet: 49, 63 and 93. RGB value is (73,99,147). Sum of RGB (Red+Green+Blue) = 73+99+147=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #496393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496393 is #B69C6C. Grayscale: #606060. Windows color (decimal): -11967597 or 9659209. OLE color: 9659209.

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

Color convert

RGB 73 99 147 -
CMYK 0.50 0.33 0 0.42
HSL 218.92º 0.34% 0.43% -
HSV(B) 218.92º 0.5% 0.58% -
XYZ 12.48 12.45 29.35 -
YUV 96.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 73 99 147 0.50 0.33 0 0.42 218.92 0.34 0.43
Hex 49 63 93 32 21 0 2A DB 22 2B
Octal 111 143 223 62 41 0 52 333 42 53
Binary 1001001 1100011 10010011 110010 100001 0 101010 11011011 100010 101011

Color Harmonies of #496393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496393

Black with #496393

Text Example


Text Example

White with #496393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496393; }

 p { color: rgb(73,99,147); }

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

background-color css

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

 a { background-color: rgb(73,99,147); }

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

border-color css

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

 span { border-color: rgb(73,99,147); }

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