Html Css Color HEX #496895 San Marino

📋 copy color: '#496895'

red 73 ◦ green 104 ◦ blue 149

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

Shades of San Marino #496895

Tints of San Marino #496895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 22.39%
G = 31.9%
B = 45.71%

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

#496895 (or 0x496895) is known color: San Marino. HEX triplet: 49, 68 and 95. RGB value is (73,104,149). Sum of RGB (Red+Green+Blue) = 73+104+149=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #496895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496895 is #B6976A. Grayscale: #636363. Windows color (decimal): -11966315 or 9791561. OLE color: 9791561.

HSL color Cylindrical-coordinate representation of color #496895: hue angle of 215.53º 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 #496895 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 104 149 -
CMYK 0.51 0.30 0 0.42
HSL 215.53º 0.34% 0.44% -
HSV(B) 215.53º 0.51% 0.58% -
XYZ 13.12 13.49 30.35 -
YUV 99.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 73 104 149 0.51 0.30 0 0.42 215.53 0.34 0.44
Hex 49 68 95 33 1E 0 2A D8 22 2C
Octal 111 150 225 63 36 0 52 330 42 54
Binary 1001001 1101000 10010101 110011 11110 0 101010 11011000 100010 101100

Color Harmonies of #496895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496895

Black with #496895

Text Example


Text Example

White with #496895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496895; }

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

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

background-color css

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

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

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

border-color css

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

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

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