Html Css Color HEX #496197 Mariner

📋 copy color: '#496197'

red 73 ◦ green 97 ◦ blue 151

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

Shades of Mariner #496197

Tints of Mariner #496197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.04%

R = 22.74%
G = 30.22%
B = 47.04%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#496197 (or 0x496197) is known color: Mariner. HEX triplet: 49, 61 and 97. RGB value is (73,97,151). Sum of RGB (Red+Green+Blue) = 73+97+151=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #496197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496197 is #B69E68. Grayscale: #5F5F5F. Windows color (decimal): -11968105 or 9920841. OLE color: 9920841.

HSL color Cylindrical-coordinate representation of color #496197: hue angle of 221.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496197 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 97 151 -
CMYK 0.52 0.36 0 0.41
HSL 221.54º 0.35% 0.44% -
HSV(B) 221.54º 0.52% 0.59% -
XYZ 12.61 12.2 30.97 -
YUV 95.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 73 97 151 0.52 0.36 0 0.41 221.54 0.35 0.44
Hex 49 61 97 34 24 0 29 DE 23 2C
Octal 111 141 227 64 44 0 51 336 43 54
Binary 1001001 1100001 10010111 110100 100100 0 101001 11011110 100011 101100

Color Harmonies of #496197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496197

Black with #496197

Text Example


Text Example

White with #496197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496197; }

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

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

background-color css

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

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

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

border-color css

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

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

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