Html Css Color HEX #496995 San Marino

📋 copy color: '#496995'

red 73 ◦ green 105 ◦ blue 149

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

Shades of San Marino #496995

Tints of San Marino #496995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 22.32%
G = 32.11%
B = 45.57%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#496995 (or 0x496995) is known color: San Marino. HEX triplet: 49, 69 and 95. RGB value is (73,105,149). Sum of RGB (Red+Green+Blue) = 73+105+149=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #496995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496995 is #B6966A. Grayscale: #646464. Windows color (decimal): -11966059 or 9791817. OLE color: 9791817.

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

Color convert

RGB 73 105 149 -
CMYK 0.51 0.30 0 0.42
HSL 214.74º 0.34% 0.44% -
HSV(B) 214.74º 0.51% 0.58% -
XYZ 13.22 13.69 30.38 -
YUV 100.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 73 105 149 0.51 0.30 0 0.42 214.74 0.34 0.44
Hex 49 69 95 33 1E 0 2A D7 22 2C
Octal 111 151 225 63 36 0 52 327 42 54
Binary 1001001 1101001 10010101 110011 11110 0 101010 11010111 100010 101100

Color Harmonies of #496995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496995

Black with #496995

Text Example


Text Example

White with #496995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496995; }

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

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

background-color css

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

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

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

border-color css

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

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

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