Html Css Color HEX #496EAA San Marino

📋 copy color: '#496EAA'

red 73 ◦ green 110 ◦ blue 170

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

Shades of San Marino #496EAA

Tints of San Marino #496EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.16%

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 20.68%
G = 31.16%
B = 48.16%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#496EAA (or 0x496EAA) is known color: San Marino. HEX triplet: 49, 6E and AA. RGB value is (73,110,170). Sum of RGB (Red+Green+Blue) = 73+110+170=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #496EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496EAA is #B69155. Grayscale: #696969. Windows color (decimal): -11964758 or 11169353. OLE color: 11169353.

HSL color Cylindrical-coordinate representation of color #496EAA: hue angle of 217.11º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #496EAA is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 110 170 -
CMYK 0.57 0.35 0 0.33
HSL 217.11º 0.4% 0.48% -
HSV(B) 217.11º 0.57% 0.67% -
XYZ 15.58 15.47 40.2 -
YUV 105.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 73 110 170 0.57 0.35 0 0.33 217.11 0.4 0.48
Hex 49 6E AA 39 23 0 21 D9 28 30
Octal 111 156 252 71 43 0 41 331 50 60
Binary 1001001 1101110 10101010 111001 100011 0 100001 11011001 101000 110000

Color Harmonies of #496EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EAA

Black with #496EAA

Text Example


Text Example

White with #496EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496EAA; }

 p { color: rgb(73,110,170); }

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

background-color css

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

 a { background-color: rgb(73,110,170); }

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

border-color css

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

 span { border-color: rgb(73,110,170); }

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