Html Css Color HEX #497199 San Marino

📋 copy color: '#497199'

red 73 ◦ green 113 ◦ blue 153

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

Shades of San Marino #497199

Tints of San Marino #497199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.13%

R = 21.53%
G = 33.33%
B = 45.13%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#497199 (or 0x497199) is known color: San Marino. HEX triplet: 49, 71 and 99. RGB value is (73,113,153). Sum of RGB (Red+Green+Blue) = 73+113+153=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #497199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497199 is #B68E66. Grayscale: #696969. Windows color (decimal): -11964007 or 10056009. OLE color: 10056009.

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

Color convert

RGB 73 113 153 -
CMYK 0.52 0.26 0 0.4
HSL 210º 0.35% 0.44% -
HSV(B) 210º 0.52% 0.6% -
XYZ 14.4 15.53 32.37 -
YUV 105.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 73 113 153 0.52 0.26 0 0.4 210 0.35 0.44
Hex 49 71 99 34 1A 0 28 D2 23 2C
Octal 111 161 231 64 32 0 50 322 43 54
Binary 1001001 1110001 10011001 110100 11010 0 101000 11010010 100011 101100

Color Harmonies of #497199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497199

Black with #497199

Text Example


Text Example

White with #497199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497199; }

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

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

background-color css

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

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

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

border-color css

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

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

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