Html Css Color HEX #49739A San Marino

📋 copy color: '#49739A'

red 73 ◦ green 115 ◦ blue 154

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

Shades of San Marino #49739A

Tints of San Marino #49739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.63%

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 21.35%
G = 33.63%
B = 45.03%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49739A (or 0x49739A) is known color: San Marino. HEX triplet: 49, 73 and 9A. RGB value is (73,115,154). Sum of RGB (Red+Green+Blue) = 73+115+154=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #49739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49739A is #B68C65. Grayscale: #6A6A6A. Windows color (decimal): -11963494 or 10122057. OLE color: 10122057.

HSL color Cylindrical-coordinate representation of color #49739A: hue angle of 208.89º 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 #49739A is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 115 154 -
CMYK 0.53 0.25 0 0.40
HSL 208.89º 0.36% 0.45% -
HSV(B) 208.89º 0.53% 0.6% -
XYZ 14.71 16.01 32.89 -
YUV 106.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 73 115 154 0.53 0.25 0 0.40 208.89 0.36 0.45
Hex 49 73 9A 35 19 0 28 D1 24 2D
Octal 111 163 232 65 31 0 50 321 44 55
Binary 1001001 1110011 10011010 110101 11001 0 101000 11010001 100100 101101

Color Harmonies of #49739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49739A

Black with #49739A

Text Example


Text Example

White with #49739A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49739A;
 }
 .AnyTagClassName
 {
   color: #49739A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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