Html Css Color HEX #497099 San Marino

📋 copy color: '#497099'

red 73 ◦ green 112 ◦ blue 153

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

Shades of San Marino #497099

Tints of San Marino #497099

RGB

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

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

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

R = 21.6%
G = 33.14%
B = 45.27%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#497099 (or 0x497099) is known color: San Marino. HEX triplet: 49, 70 and 99. RGB value is (73,112,153). Sum of RGB (Red+Green+Blue) = 73+112+153=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #497099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497099 is #B68F66. Grayscale: #686868. Windows color (decimal): -11964263 or 10055753. OLE color: 10055753.

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

Color convert

RGB 73 112 153 -
CMYK 0.52 0.27 0 0.4
HSL 210.75º 0.35% 0.44% -
HSV(B) 210.75º 0.52% 0.6% -
XYZ 14.29 15.3 32.34 -
YUV 105.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 73 112 153 0.52 0.27 0 0.4 210.75 0.35 0.44
Hex 49 70 99 34 1B 0 28 D3 23 2C
Octal 111 160 231 64 33 0 50 323 43 54
Binary 1001001 1110000 10011001 110100 11011 0 101000 11010011 100011 101100

Color Harmonies of #497099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497099

Black with #497099

Text Example


Text Example

White with #497099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497099; }

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

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

background-color css

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

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

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

border-color css

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

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

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