Html Css Color HEX #496DAA San Marino

📋 copy color: '#496DAA'

red 73 ◦ green 109 ◦ blue 170

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

Shades of San Marino #496DAA

Tints of San Marino #496DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.97%

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

R = 20.74%
G = 30.97%
B = 48.3%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#496DAA (or 0x496DAA) is known color: San Marino. HEX triplet: 49, 6D and AA. RGB value is (73,109,170). Sum of RGB (Red+Green+Blue) = 73+109+170=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #496DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496DAA is #B69255. Grayscale: #686868. Windows color (decimal): -11965014 or 11169097. OLE color: 11169097.

HSL color Cylindrical-coordinate representation of color #496DAA: hue angle of 217.73º 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 #496DAA is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 109 170 -
CMYK 0.57 0.36 0 0.33
HSL 217.73º 0.4% 0.48% -
HSV(B) 217.73º 0.57% 0.67% -
XYZ 15.47 15.26 40.16 -
YUV 105.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 73 109 170 0.57 0.36 0 0.33 217.73 0.4 0.48
Hex 49 6D AA 39 24 0 21 DA 28 30
Octal 111 155 252 71 44 0 41 332 50 60
Binary 1001001 1101101 10101010 111001 100100 0 100001 11011010 101000 110000

Color Harmonies of #496DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DAA

Black with #496DAA

Text Example


Text Example

White with #496DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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