Html Css Color HEX #496AAC San Marino

📋 copy color: '#496AAC'

red 73 ◦ green 106 ◦ blue 172

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

Shades of San Marino #496AAC

Tints of San Marino #496AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

 BLUE value IS 172 (67.58% from 255) = 49%

R = 20.8%
G = 30.2%
B = 49%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#496AAC (or 0x496AAC) is known color: San Marino. HEX triplet: 49, 6A and AC. RGB value is (73,106,172). Sum of RGB (Red+Green+Blue) = 73+106+172=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #496AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496AAC is #B69553. Grayscale: #676767. Windows color (decimal): -11965780 or 11299401. OLE color: 11299401.

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

Color convert

RGB 73 106 172 -
CMYK 0.58 0.38 0 0.33
HSL 220º 0.4% 0.48% -
HSV(B) 220º 0.58% 0.67% -
XYZ 15.35 14.7 41.06 -
YUV 103.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 73 106 172 0.58 0.38 0 0.33 220 0.4 0.48
Hex 49 6A AC 3A 26 0 21 DC 28 30
Octal 111 152 254 72 46 0 41 334 50 60
Binary 1001001 1101010 10101100 111010 100110 0 100001 11011100 101000 110000

Color Harmonies of #496AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496AAC

Black with #496AAC

Text Example


Text Example

White with #496AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,106,172); }

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

background-color css

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

 a { background-color: rgb(73,106,172); }

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

border-color css

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

 span { border-color: rgb(73,106,172); }

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