Html Css Color HEX #49729C San Marino

📋 copy color: '#49729C'

red 73 ◦ green 114 ◦ blue 156

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

Shades of San Marino #49729C

Tints of San Marino #49729C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 21.28%
G = 33.24%
B = 45.48%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49729C (or 0x49729C) is known color: San Marino. HEX triplet: 49, 72 and 9C. RGB value is (73,114,156). Sum of RGB (Red+Green+Blue) = 73+114+156=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #49729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49729C is #B68D63. Grayscale: #6A6A6A. Windows color (decimal): -11963748 or 10252873. OLE color: 10252873.

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

Color convert

RGB 73 114 156 -
CMYK 0.53 0.27 0 0.39
HSL 210.36º 0.36% 0.45% -
HSV(B) 210.36º 0.53% 0.61% -
XYZ 14.77 15.85 33.73 -
YUV 106.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 73 114 156 0.53 0.27 0 0.39 210.36 0.36 0.45
Hex 49 72 9C 35 1B 0 27 D2 24 2D
Octal 111 162 234 65 33 0 47 322 44 55
Binary 1001001 1110010 10011100 110101 11011 0 100111 11010010 100100 101101

Color Harmonies of #49729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49729C

Black with #49729C

Text Example


Text Example

White with #49729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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