Html Css Color HEX #496699 San Marino

📋 copy color: '#496699'

red 73 ◦ green 102 ◦ blue 153

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

Shades of San Marino #496699

Tints of San Marino #496699

RGB

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

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

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

R = 22.26%
G = 31.1%
B = 46.65%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#496699 (or 0x496699) is known color: San Marino. HEX triplet: 49, 66 and 99. RGB value is (73,102,153). Sum of RGB (Red+Green+Blue) = 73+102+153=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #496699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496699 is #B69966. Grayscale: #626262. Windows color (decimal): -11966823 or 10053193. OLE color: 10053193.

HSL color Cylindrical-coordinate representation of color #496699: hue angle of 218.25º 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 #496699 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 102 153 -
CMYK 0.52 0.33 0 0.4
HSL 218.25º 0.35% 0.44% -
HSV(B) 218.25º 0.52% 0.6% -
XYZ 13.25 13.22 31.99 -
YUV 99.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 73 102 153 0.52 0.33 0 0.4 218.25 0.35 0.44
Hex 49 66 99 34 21 0 28 DA 23 2C
Octal 111 146 231 64 41 0 50 332 43 54
Binary 1001001 1100110 10011001 110100 100001 0 101000 11011010 100011 101100

Color Harmonies of #496699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496699

Black with #496699

Text Example


Text Example

White with #496699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496699; }

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

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

background-color css

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

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

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

border-color css

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

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

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