Html Css Color HEX #496D9C San Marino

📋 copy color: '#496D9C'

red 73 ◦ green 109 ◦ blue 156

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

Shades of San Marino #496D9C

Tints of San Marino #496D9C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 21.6%
G = 32.25%
B = 46.15%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#496D9C (or 0x496D9C) is known color: San Marino. HEX triplet: 49, 6D and 9C. RGB value is (73,109,156). Sum of RGB (Red+Green+Blue) = 73+109+156=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #496D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D9C is #B69263. Grayscale: #676767. Windows color (decimal): -11965028 or 10251593. OLE color: 10251593.

HSL color Cylindrical-coordinate representation of color #496D9C: hue angle of 213.98º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #496D9C is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 109 156 -
CMYK 0.53 0.30 0 0.39
HSL 213.98º 0.36% 0.45% -
HSV(B) 213.98º 0.53% 0.61% -
XYZ 14.22 14.75 33.55 -
YUV 103.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 73 109 156 0.53 0.30 0 0.39 213.98 0.36 0.45
Hex 49 6D 9C 35 1E 0 27 D6 24 2D
Octal 111 155 234 65 36 0 47 326 44 55
Binary 1001001 1101101 10011100 110101 11110 0 100111 11010110 100100 101101

Color Harmonies of #496D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D9C

Black with #496D9C

Text Example


Text Example

White with #496D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,109,156); }

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

background-color css

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

 a { background-color: rgb(73,109,156); }

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

border-color css

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

 span { border-color: rgb(73,109,156); }

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