Html Css Color HEX #496B99 San Marino

📋 copy color: '#496B99'

red 73 ◦ green 107 ◦ blue 153

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

Shades of San Marino #496B99

Tints of San Marino #496B99

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.13%

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 21.92%
G = 32.13%
B = 45.95%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#496B99 (or 0x496B99) is known color: San Marino. HEX triplet: 49, 6B and 99. RGB value is (73,107,153). Sum of RGB (Red+Green+Blue) = 73+107+153=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #496B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B99 is #B69466. Grayscale: #656565. Windows color (decimal): -11965543 or 10054473. OLE color: 10054473.

HSL color Cylindrical-coordinate representation of color #496B99: hue angle of 214.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496B99 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 107 153 -
CMYK 0.52 0.30 0 0.4
HSL 214.5º 0.35% 0.44% -
HSV(B) 214.5º 0.52% 0.6% -
XYZ 13.76 14.23 32.16 -
YUV 102.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 73 107 153 0.52 0.30 0 0.4 214.5 0.35 0.44
Hex 49 6B 99 34 1E 0 28 D6 23 2C
Octal 111 153 231 64 36 0 50 326 43 54
Binary 1001001 1101011 10011001 110100 11110 0 101000 11010110 100011 101100

Color Harmonies of #496B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B99

Black with #496B99

Text Example


Text Example

White with #496B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B99; }

 p { color: rgb(73,107,153); }

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

background-color css

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

 a { background-color: rgb(73,107,153); }

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

border-color css

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

 span { border-color: rgb(73,107,153); }

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