Html Css Color HEX #497397 San Marino

📋 copy color: '#497397'

red 73 ◦ green 115 ◦ blue 151

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

Shades of San Marino #497397

Tints of San Marino #497397

RGB

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

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

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

R = 21.53%
G = 33.92%
B = 44.54%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#497397 (or 0x497397) is known color: San Marino. HEX triplet: 49, 73 and 97. RGB value is (73,115,151). Sum of RGB (Red+Green+Blue) = 73+115+151=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #497397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497397 is #B68C68. Grayscale: #6A6A6A. Windows color (decimal): -11963497 or 9925449. OLE color: 9925449.

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

Color convert

RGB 73 115 151 -
CMYK 0.52 0.24 0 0.41
HSL 207.69º 0.35% 0.44% -
HSV(B) 207.69º 0.52% 0.59% -
XYZ 14.46 15.91 31.59 -
YUV 106.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 73 115 151 0.52 0.24 0 0.41 207.69 0.35 0.44
Hex 49 73 97 34 18 0 29 D0 23 2C
Octal 111 163 227 64 30 0 51 320 43 54
Binary 1001001 1110011 10010111 110100 11000 0 101001 11010000 100011 101100

Color Harmonies of #497397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497397

Black with #497397

Text Example


Text Example

White with #497397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497397; }

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

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

background-color css

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

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

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

border-color css

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

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

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