#49739D

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

Shades of San Marino #49739D

Tints of San Marino #49739D

Color information

#49739D (or 0x49739D) is unknown color: approx San Marino. HEX triplet: 49, 73 and 9D. RGB value is (73,115,157). Sum of RGB (Red+Green+Blue) = 73+115+157=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #49739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49739D is #B68C62. Grayscale: #6B6B6B. Windows color (decimal): -11963491 or 10318665. OLE color: 10318665.

HSL color Cylindrical-coordinate representation of color #49739D: hue angle of 210º 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 #49739D is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73115157-
CMYK0.540.2700.38
HSL210º36.52%45.1%-
HSV(B)210º53.5%61.57%-
XYZ14.9616.1134.22-
YUV107.23156.09103.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 45.51%
R=21.16%
G=33.33%
B=45.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731151570.540.2700.3821036.5245.1
Hex49739D361B026d2252d
Octal11116323566330463224555
Binary100100111100111001110111011011011010011011010010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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