Html Css Color HEX #49729F San Marino

📋 copy color: '#49729F'

red 73 ◦ green 114 ◦ blue 159

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

Shades of San Marino #49729F

Tints of San Marino #49729F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 21.1%
G = 32.95%
B = 45.95%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49729F (or 0x49729F) is known color: San Marino. HEX triplet: 49, 72 and 9F. RGB value is (73,114,159). Sum of RGB (Red+Green+Blue) = 73+114+159=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #49729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49729F is #B68D60. Grayscale: #6A6A6A. Windows color (decimal): -11963745 or 10449481. OLE color: 10449481.

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

Color convert

RGB 73 114 159 -
CMYK 0.54 0.28 0 0.38
HSL 211.4º 0.37% 0.45% -
HSV(B) 211.4º 0.54% 0.62% -
XYZ 15.02 15.95 35.09 -
YUV 106.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 73 114 159 0.54 0.28 0 0.38 211.4 0.37 0.45
Hex 49 72 9F 36 1C 0 26 D3 25 2D
Octal 111 162 237 66 34 0 46 323 45 55
Binary 1001001 1110010 10011111 110110 11100 0 100110 11010011 100101 101101

Color Harmonies of #49729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49729F

Black with #49729F

Text Example


Text Example

White with #49729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49729F; }

 p { color: rgb(73,114,159); }

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

background-color css

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

 a { background-color: rgb(73,114,159); }

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

border-color css

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

 span { border-color: rgb(73,114,159); }

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