Html Css Color HEX #496CA2 San Marino

📋 copy color: '#496CA2'

red 73 ◦ green 108 ◦ blue 162

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

Shades of San Marino #496CA2

Tints of San Marino #496CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.23%

R = 21.28%
G = 31.49%
B = 47.23%

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

#496CA2 (or 0x496CA2) is known color: San Marino. HEX triplet: 49, 6C and A2. RGB value is (73,108,162). Sum of RGB (Red+Green+Blue) = 73+108+162=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #496CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496CA2 is #B6935D. Grayscale: #676767. Windows color (decimal): -11965278 or 10644553. OLE color: 10644553.

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

Color convert

RGB 73 108 162 -
CMYK 0.55 0.33 0 0.36
HSL 216.4º 0.38% 0.46% -
HSV(B) 216.4º 0.55% 0.64% -
XYZ 14.63 14.75 36.26 -
YUV 103.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 73 108 162 0.55 0.33 0 0.36 216.4 0.38 0.46
Hex 49 6C A2 37 21 0 24 D8 26 2E
Octal 111 154 242 67 41 0 44 330 46 56
Binary 1001001 1101100 10100010 110111 100001 0 100100 11011000 100110 101110

Color Harmonies of #496CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CA2

Black with #496CA2

Text Example


Text Example

White with #496CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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