Html Css Color HEX #496C99 San Marino

📋 copy color: '#496C99'

red 73 ◦ green 108 ◦ blue 153

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

Shades of San Marino #496C99

Tints of San Marino #496C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

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

R = 21.86%
G = 32.34%
B = 45.81%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#496C99 (or 0x496C99) is known color: San Marino. HEX triplet: 49, 6C and 99. RGB value is (73,108,153). Sum of RGB (Red+Green+Blue) = 73+108+153=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #496C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C99 is #B69366. Grayscale: #666666. Windows color (decimal): -11965287 or 10054729. OLE color: 10054729.

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

Color convert

RGB 73 108 153 -
CMYK 0.52 0.29 0 0.4
HSL 213.75º 0.35% 0.44% -
HSV(B) 213.75º 0.52% 0.6% -
XYZ 13.86 14.44 32.19 -
YUV 102.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 73 108 153 0.52 0.29 0 0.4 213.75 0.35 0.44
Hex 49 6C 99 34 1D 0 28 D6 23 2C
Octal 111 154 231 64 35 0 50 326 43 54
Binary 1001001 1101100 10011001 110100 11101 0 101000 11010110 100011 101100

Color Harmonies of #496C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C99

Black with #496C99

Text Example


Text Example

White with #496C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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