Html Css Color HEX #497297 San Marino

📋 copy color: '#497297'

red 73 ◦ green 114 ◦ blue 151

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

Shades of San Marino #497297

Tints of San Marino #497297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

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

R = 21.6%
G = 33.73%
B = 44.67%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#497297 (or 0x497297) is known color: San Marino. HEX triplet: 49, 72 and 97. RGB value is (73,114,151). Sum of RGB (Red+Green+Blue) = 73+114+151=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #497297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497297 is #B68D68. Grayscale: #696969. Windows color (decimal): -11963753 or 9925193. OLE color: 9925193.

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

Color convert

RGB 73 114 151 -
CMYK 0.52 0.25 0 0.41
HSL 208.46º 0.35% 0.44% -
HSV(B) 208.46º 0.52% 0.59% -
XYZ 14.35 15.69 31.55 -
YUV 105.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 73 114 151 0.52 0.25 0 0.41 208.46 0.35 0.44
Hex 49 72 97 34 19 0 29 D0 23 2C
Octal 111 162 227 64 31 0 51 320 43 54
Binary 1001001 1110010 10010111 110100 11001 0 101001 11010000 100011 101100

Color Harmonies of #497297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497297

Black with #497297

Text Example


Text Example

White with #497297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497297; }

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

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

background-color css

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

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

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

border-color css

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

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

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