Html Css Color HEX #497196 San Marino

📋 copy color: '#497196'

red 73 ◦ green 113 ◦ blue 150

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

Shades of San Marino #497196

Tints of San Marino #497196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 21.73%
G = 33.63%
B = 44.64%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#497196 (or 0x497196) is known color: San Marino. HEX triplet: 49, 71 and 96. RGB value is (73,113,150). Sum of RGB (Red+Green+Blue) = 73+113+150=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #497196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497196 is #B68E69. Grayscale: #696969. Windows color (decimal): -11964010 or 9859401. OLE color: 9859401.

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

Color convert

RGB 73 113 150 -
CMYK 0.51 0.25 0 0.41
HSL 208.83º 0.35% 0.44% -
HSV(B) 208.83º 0.51% 0.59% -
XYZ 14.16 15.43 31.09 -
YUV 105.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 73 113 150 0.51 0.25 0 0.41 208.83 0.35 0.44
Hex 49 71 96 33 19 0 29 D1 23 2C
Octal 111 161 226 63 31 0 51 321 43 54
Binary 1001001 1110001 10010110 110011 11001 0 101001 11010001 100011 101100

Color Harmonies of #497196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497196

Black with #497196

Text Example


Text Example

White with #497196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497196; }

 p { color: rgb(73,113,150); }

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

background-color css

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

 a { background-color: rgb(73,113,150); }

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

border-color css

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

 span { border-color: rgb(73,113,150); }

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