Html Css Color HEX #496597 San Marino

📋 copy color: '#496597'

red 73 ◦ green 101 ◦ blue 151

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

Shades of San Marino #496597

Tints of San Marino #496597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 151 (59.38% from 255) = 46.46%

R = 22.46%
G = 31.08%
B = 46.46%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#496597 (or 0x496597) is known color: San Marino. HEX triplet: 49, 65 and 97. RGB value is (73,101,151). Sum of RGB (Red+Green+Blue) = 73+101+151=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #496597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496597 is #B69A68. Grayscale: #626262. Windows color (decimal): -11967081 or 9921865. OLE color: 9921865.

HSL color Cylindrical-coordinate representation of color #496597: hue angle of 218.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496597 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 101 151 -
CMYK 0.52 0.33 0 0.41
HSL 218.46º 0.35% 0.44% -
HSV(B) 218.46º 0.52% 0.59% -
XYZ 12.99 12.96 31.09 -
YUV 98.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 73 101 151 0.52 0.33 0 0.41 218.46 0.35 0.44
Hex 49 65 97 34 21 0 29 DA 23 2C
Octal 111 145 227 64 41 0 51 332 43 54
Binary 1001001 1100101 10010111 110100 100001 0 101001 11011010 100011 101100

Color Harmonies of #496597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496597

Black with #496597

Text Example


Text Example

White with #496597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496597; }

 p { color: rgb(73,101,151); }

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

background-color css

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

 a { background-color: rgb(73,101,151); }

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

border-color css

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

 span { border-color: rgb(73,101,151); }

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