Html Css Color HEX #496996 San Marino

📋 copy color: '#496996'

red 73 ◦ green 105 ◦ blue 150

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

Shades of San Marino #496996

Tints of San Marino #496996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 22.26%
G = 32.01%
B = 45.73%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#496996 (or 0x496996) is known color: San Marino. HEX triplet: 49, 69 and 96. RGB value is (73,105,150). Sum of RGB (Red+Green+Blue) = 73+105+150=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #496996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496996 is #B69669. Grayscale: #646464. Windows color (decimal): -11966058 or 9857353. OLE color: 9857353.

HSL color Cylindrical-coordinate representation of color #496996: hue angle of 215.06º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496996 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 105 150 -
CMYK 0.51 0.30 0 0.41
HSL 215.06º 0.35% 0.44% -
HSV(B) 215.06º 0.51% 0.59% -
XYZ 13.3 13.72 30.8 -
YUV 100.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 73 105 150 0.51 0.30 0 0.41 215.06 0.35 0.44
Hex 49 69 96 33 1E 0 29 D7 23 2C
Octal 111 151 226 63 36 0 51 327 43 54
Binary 1001001 1101001 10010110 110011 11110 0 101001 11010111 100011 101100

Color Harmonies of #496996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496996

Black with #496996

Text Example


Text Example

White with #496996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496996; }

 p { color: rgb(73,105,150); }

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

background-color css

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

 a { background-color: rgb(73,105,150); }

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

border-color css

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

 span { border-color: rgb(73,105,150); }

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