#49719A

Color #49719A San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #49719A

Tints of San Marino #49719A

Color information

#49719A (or 0x49719A) is unknown color: approx San Marino. HEX triplet: 49, 71 and 9A. RGB value is (73,113,154). Sum of RGB (Red+Green+Blue) = 73+113+154=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #49719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49719A is #B68E65. Grayscale: #696969. Windows color (decimal): -11964006 or 10121545. OLE color: 10121545.

HSL color Cylindrical-coordinate representation of color #49719A: hue angle of 210.37º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49719A is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73113154-
CMYK0.530.2700.40
HSL210.37º35.68%44.51%-
HSV(B)210.37º52.6%60.39%-
XYZ14.4915.5632.81-
YUV105.71155.25104.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=21.47%
G=33.24%
B=45.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731131540.530.2700.40210.3735.6844.51
Hex49719A351B028d2242d
Octal11116123265330503224455
Binary100100111100011001101011010111011010100011010010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49719A; }

 p { color: rgb(73,113,154); }

 H1.HeaderClassName
 {
   color: #49719A;
 }
 .AnyTagClassName
 {
   color: #49719A;
 }
</style>
background-color css

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

 a { background-color: rgb(73,113,154); }

 div.DivClassName
 {
   background-color: #49719A;
 }
 .BgClassName
 {
   background-color: #49719A;
 }
</style>
border-color css

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

 span { border-color: rgb(73,113,154); }

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