Html Css Color HEX #49709A San Marino

📋 copy color: '#49709A'

red 73 ◦ green 112 ◦ blue 154

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

Shades of San Marino #49709A

Tints of San Marino #49709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

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

R = 21.53%
G = 33.04%
B = 45.43%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49709A (or 0x49709A) is known color: San Marino. HEX triplet: 49, 70 and 9A. RGB value is (73,112,154). Sum of RGB (Red+Green+Blue) = 73+112+154=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #49709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49709A is #B68F65. Grayscale: #686868. Windows color (decimal): -11964262 or 10121289. OLE color: 10121289.

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

Color convert

RGB 73 112 154 -
CMYK 0.53 0.27 0 0.40
HSL 211.11º 0.36% 0.45% -
HSV(B) 211.11º 0.53% 0.6% -
XYZ 14.37 15.34 32.77 -
YUV 105.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 73 112 154 0.53 0.27 0 0.40 211.11 0.36 0.45
Hex 49 70 9A 35 1B 0 28 D3 24 2D
Octal 111 160 232 65 33 0 50 323 44 55
Binary 1001001 1110000 10011010 110101 11011 0 101000 11010011 100100 101101

Color Harmonies of #49709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49709A

Black with #49709A

Text Example


Text Example

White with #49709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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