Html Css Color HEX #496693 San Marino

📋 copy color: '#496693'

red 73 ◦ green 102 ◦ blue 147

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

Shades of San Marino #496693

Tints of San Marino #496693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

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

R = 22.67%
G = 31.68%
B = 45.65%

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

#496693 (or 0x496693) is known color: San Marino. HEX triplet: 49, 66 and 93. RGB value is (73,102,147). Sum of RGB (Red+Green+Blue) = 73+102+147=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #496693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496693 is #B6996C. Grayscale: #626262. Windows color (decimal): -11966829 or 9659977. OLE color: 9659977.

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

Color convert

RGB 73 102 147 -
CMYK 0.50 0.31 0 0.42
HSL 216.49º 0.34% 0.43% -
HSV(B) 216.49º 0.5% 0.58% -
XYZ 12.77 13.03 29.45 -
YUV 98.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 73 102 147 0.50 0.31 0 0.42 216.49 0.34 0.43
Hex 49 66 93 32 1F 0 2A D8 22 2B
Octal 111 146 223 62 37 0 52 330 42 53
Binary 1001001 1100110 10010011 110010 11111 0 101010 11011000 100010 101011

Color Harmonies of #496693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496693

Black with #496693

Text Example


Text Example

White with #496693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496693; }

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

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

background-color css

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

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

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

border-color css

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

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

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