#49719D

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

Shades of San Marino #49719D

Tints of San Marino #49719D

Color information

#49719D (or 0x49719D) is unknown color: approx San Marino. HEX triplet: 49, 71 and 9D. RGB value is (73,113,157). Sum of RGB (Red+Green+Blue) = 73+113+157=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #49719D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49719D is #B68E62. Grayscale: #696969. Windows color (decimal): -11964003 or 10318153. OLE color: 10318153.

HSL color Cylindrical-coordinate representation of color #49719D: hue angle of 211.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49719D is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73113157-
CMYK0.540.2800.38
HSL211.43º36.52%45.1%-
HSV(B)211.43º53.5%61.57%-
XYZ14.7415.6634.14-
YUV106.06156.75104.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=21.28%
G=32.94%
B=45.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731131570.540.2800.38211.4336.5245.1
Hex49719D361C026d3252d
Octal11116123566340463234555
Binary100100111100011001110111011011100010011011010011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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