Html Css Color HEX #496392 Mariner

📋 copy color: '#496392'

red 73 ◦ green 99 ◦ blue 146

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

Shades of Mariner #496392

Tints of Mariner #496392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.91%

R = 22.96%
G = 31.13%
B = 45.91%

CMYK

 C value IS 0.5

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#496392 (or 0x496392) is known color: Mariner. HEX triplet: 49, 63 and 92. RGB value is (73,99,146). Sum of RGB (Red+Green+Blue) = 73+99+146=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #496392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496392 is #B69C6D. Grayscale: #606060. Windows color (decimal): -11967598 or 9593673. OLE color: 9593673.

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

Color convert

RGB 73 99 146 -
CMYK 0.5 0.32 0 0.43
HSL 218.63º 0.33% 0.43% -
HSV(B) 218.63º 0.5% 0.57% -
XYZ 12.4 12.42 28.94 -
YUV 96.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 73 99 146 0.5 0.32 0 0.43 218.63 0.33 0.43
Hex 49 63 92 32 20 0 2B DB 21 2B
Octal 111 143 222 62 40 0 53 333 41 53
Binary 1001001 1100011 10010010 110010 100000 0 101011 11011011 100001 101011

Color Harmonies of #496392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496392

Black with #496392

Text Example


Text Example

White with #496392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496392; }

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

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

background-color css

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

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

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

border-color css

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

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

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