Html Css Color HEX #496993 San Marino

📋 copy color: '#496993'

red 73 ◦ green 105 ◦ blue 147

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

Shades of San Marino #496993

Tints of San Marino #496993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 22.46%
G = 32.31%
B = 45.23%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#496993 (or 0x496993) is known color: San Marino. HEX triplet: 49, 69 and 93. RGB value is (73,105,147). Sum of RGB (Red+Green+Blue) = 73+105+147=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #496993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496993 is #B6966C. Grayscale: #646464. Windows color (decimal): -11966061 or 9660745. OLE color: 9660745.

HSL color Cylindrical-coordinate representation of color #496993: hue angle of 214.05º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496993 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 105 147 -
CMYK 0.50 0.29 0 0.42
HSL 214.05º 0.34% 0.43% -
HSV(B) 214.05º 0.5% 0.58% -
XYZ 13.07 13.63 29.55 -
YUV 100.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 73 105 147 0.50 0.29 0 0.42 214.05 0.34 0.43
Hex 49 69 93 32 1D 0 2A D6 22 2B
Octal 111 151 223 62 35 0 52 326 42 53
Binary 1001001 1101001 10010011 110010 11101 0 101010 11010110 100010 101011

Color Harmonies of #496993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496993

Black with #496993

Text Example


Text Example

White with #496993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496993; }

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

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

background-color css

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

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

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

border-color css

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

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

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