Html Css Color HEX #497399 San Marino

📋 copy color: '#497399'

red 73 ◦ green 115 ◦ blue 153

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

Shades of San Marino #497399

Tints of San Marino #497399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 21.41%
G = 33.72%
B = 44.87%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#497399 (or 0x497399) is known color: San Marino. HEX triplet: 49, 73 and 99. RGB value is (73,115,153). Sum of RGB (Red+Green+Blue) = 73+115+153=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #497399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497399 is #B68C66. Grayscale: #6A6A6A. Windows color (decimal): -11963495 or 10056521. OLE color: 10056521.

HSL color Cylindrical-coordinate representation of color #497399: hue angle of 208.5º 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 #497399 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 115 153 -
CMYK 0.52 0.25 0 0.4
HSL 208.5º 0.35% 0.44% -
HSV(B) 208.5º 0.52% 0.6% -
XYZ 14.63 15.98 32.45 -
YUV 106.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 73 115 153 0.52 0.25 0 0.4 208.5 0.35 0.44
Hex 49 73 99 34 19 0 28 D0 23 2C
Octal 111 163 231 64 31 0 50 320 43 54
Binary 1001001 1110011 10011001 110100 11001 0 101000 11010000 100011 101100

Color Harmonies of #497399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497399

Black with #497399

Text Example


Text Example

White with #497399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497399; }

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

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

background-color css

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

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

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

border-color css

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

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

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