Html Css Color HEX #496190 Mariner

📋 copy color: '#496190'

red 73 ◦ green 97 ◦ blue 144

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

Shades of Mariner #496190

Tints of Mariner #496190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 23.25%
G = 30.89%
B = 45.86%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#496190 (or 0x496190) is known color: Mariner. HEX triplet: 49, 61 and 90. RGB value is (73,97,144). Sum of RGB (Red+Green+Blue) = 73+97+144=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #496190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496190 is #B69E6F. Grayscale: #5E5E5E. Windows color (decimal): -11968112 or 9462089. OLE color: 9462089.

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

Color convert

RGB 73 97 144 -
CMYK 0.49 0.33 0 0.44
HSL 219.72º 0.33% 0.43% -
HSV(B) 219.72º 0.49% 0.56% -
XYZ 12.06 11.98 28.06 -
YUV 95.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 73 97 144 0.49 0.33 0 0.44 219.72 0.33 0.43
Hex 49 61 90 31 21 0 2C DC 21 2B
Octal 111 141 220 61 41 0 54 334 41 53
Binary 1001001 1100001 10010000 110001 100001 0 101100 11011100 100001 101011

Color Harmonies of #496190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496190

Black with #496190

Text Example


Text Example

White with #496190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496190; }

 p { color: rgb(73,97,144); }

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

background-color css

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

 a { background-color: rgb(73,97,144); }

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

border-color css

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

 span { border-color: rgb(73,97,144); }

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