Html Css Color HEX #496492 San Marino

📋 copy color: '#496492'

red 73 ◦ green 100 ◦ blue 146

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

Shades of San Marino #496492

Tints of San Marino #496492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 22.88%
G = 31.35%
B = 45.77%

CMYK

 C value IS 0.5

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#496492 (or 0x496492) is known color: San Marino. HEX triplet: 49, 64 and 92. RGB value is (73,100,146). Sum of RGB (Red+Green+Blue) = 73+100+146=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #496492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496492 is #B69B6D. Grayscale: #606060. Windows color (decimal): -11967342 or 9593929. OLE color: 9593929.

HSL color Cylindrical-coordinate representation of color #496492: hue angle of 217.81º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496492 is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 100 146 -
CMYK 0.5 0.32 0 0.43
HSL 217.81º 0.33% 0.43% -
HSV(B) 217.81º 0.5% 0.57% -
XYZ 12.49 12.61 28.97 -
YUV 97.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 73 100 146 0.5 0.32 0 0.43 217.81 0.33 0.43
Hex 49 64 92 32 20 0 2B DA 21 2B
Octal 111 144 222 62 40 0 53 332 41 53
Binary 1001001 1100100 10010010 110010 100000 0 101011 11011010 100001 101011

Color Harmonies of #496492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496492

Black with #496492

Text Example


Text Example

White with #496492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496492; }

 p { color: rgb(73,100,146); }

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

background-color css

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

 a { background-color: rgb(73,100,146); }

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

border-color css

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

 span { border-color: rgb(73,100,146); }

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