Html Css Color HEX #497096 San Marino

📋 copy color: '#497096'

red 73 ◦ green 112 ◦ blue 150

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

Shades of San Marino #497096

Tints of San Marino #497096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 21.79%
G = 33.43%
B = 44.78%

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

#497096 (or 0x497096) is known color: San Marino. HEX triplet: 49, 70 and 96. RGB value is (73,112,150). Sum of RGB (Red+Green+Blue) = 73+112+150=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #497096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497096 is #B68F69. Grayscale: #686868. Windows color (decimal): -11964266 or 9859145. OLE color: 9859145.

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

Color convert

RGB 73 112 150 -
CMYK 0.51 0.25 0 0.41
HSL 209.61º 0.35% 0.44% -
HSV(B) 209.61º 0.51% 0.59% -
XYZ 14.05 15.21 31.05 -
YUV 104.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 73 112 150 0.51 0.25 0 0.41 209.61 0.35 0.44
Hex 49 70 96 33 19 0 29 D2 23 2C
Octal 111 160 226 63 31 0 51 322 43 54
Binary 1001001 1110000 10010110 110011 11001 0 101001 11010010 100011 101100

Color Harmonies of #497096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497096

Black with #497096

Text Example


Text Example

White with #497096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497096; }

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

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

background-color css

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

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

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

border-color css

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

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

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