Html Css Color HEX #496CA0 San Marino

📋 copy color: '#496CA0'

red 73 ◦ green 108 ◦ blue 160

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

Shades of San Marino #496CA0

Tints of San Marino #496CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

 BLUE value IS 160 (62.89% from 255) = 46.92%

R = 21.41%
G = 31.67%
B = 46.92%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#496CA0 (or 0x496CA0) is known color: San Marino. HEX triplet: 49, 6C and A0. RGB value is (73,108,160). Sum of RGB (Red+Green+Blue) = 73+108+160=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #496CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496CA0 is #B6935F. Grayscale: #676767. Windows color (decimal): -11965280 or 10513481. OLE color: 10513481.

HSL color Cylindrical-coordinate representation of color #496CA0: hue angle of 215.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #496CA0 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 108 160 -
CMYK 0.54 0.32 0 0.37
HSL 215.86º 0.37% 0.46% -
HSV(B) 215.86º 0.54% 0.63% -
XYZ 14.46 14.68 35.33 -
YUV 103.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 73 108 160 0.54 0.32 0 0.37 215.86 0.37 0.46
Hex 49 6C A0 36 20 0 25 D8 25 2E
Octal 111 154 240 66 40 0 45 330 45 56
Binary 1001001 1101100 10100000 110110 100000 0 100101 11011000 100101 101110

Color Harmonies of #496CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CA0

Black with #496CA0

Text Example


Text Example

White with #496CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,160); }

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

background-color css

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

 a { background-color: rgb(73,108,160); }

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

border-color css

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

 span { border-color: rgb(73,108,160); }

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