Html Css Color HEX #496593 San Marino

📋 copy color: '#496593'

red 73 ◦ green 101 ◦ blue 147

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

Shades of San Marino #496593

Tints of San Marino #496593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

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

R = 22.74%
G = 31.46%
B = 45.79%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#496593 (or 0x496593) is known color: San Marino. HEX triplet: 49, 65 and 93. RGB value is (73,101,147). Sum of RGB (Red+Green+Blue) = 73+101+147=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #496593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496593 is #B69A6C. Grayscale: #616161. Windows color (decimal): -11967085 or 9659721. OLE color: 9659721.

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

Color convert

RGB 73 101 147 -
CMYK 0.50 0.31 0 0.42
HSL 217.3º 0.34% 0.43% -
HSV(B) 217.3º 0.5% 0.58% -
XYZ 12.67 12.83 29.41 -
YUV 97.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 73 101 147 0.50 0.31 0 0.42 217.3 0.34 0.43
Hex 49 65 93 32 1F 0 2A D9 22 2B
Octal 111 145 223 62 37 0 52 331 42 53
Binary 1001001 1100101 10010011 110010 11111 0 101010 11011001 100010 101011

Color Harmonies of #496593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496593

Black with #496593

Text Example


Text Example

White with #496593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496593; }

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

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

background-color css

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

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

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

border-color css

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

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

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