Html Css Color HEX #496EA4 San Marino

📋 copy color: '#496EA4'

red 73 ◦ green 110 ◦ blue 164

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

Shades of San Marino #496EA4

Tints of San Marino #496EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.26%

R = 21.04%
G = 31.7%
B = 47.26%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#496EA4 (or 0x496EA4) is known color: San Marino. HEX triplet: 49, 6E and A4. RGB value is (73,110,164). Sum of RGB (Red+Green+Blue) = 73+110+164=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #496EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496EA4 is #B6915B. Grayscale: #686868. Windows color (decimal): -11964764 or 10776137. OLE color: 10776137.

HSL color Cylindrical-coordinate representation of color #496EA4: hue angle of 215.6º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #496EA4 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 110 164 -
CMYK 0.55 0.33 0 0.36
HSL 215.6º 0.38% 0.46% -
HSV(B) 215.6º 0.55% 0.64% -
XYZ 15.02 15.25 37.27 -
YUV 105.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 73 110 164 0.55 0.33 0 0.36 215.6 0.38 0.46
Hex 49 6E A4 37 21 0 24 D8 26 2E
Octal 111 156 244 67 41 0 44 330 46 56
Binary 1001001 1101110 10100100 110111 100001 0 100100 11011000 100110 101110

Color Harmonies of #496EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EA4

Black with #496EA4

Text Example


Text Example

White with #496EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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