Html Css Color HEX #49709C San Marino

📋 copy color: '#49709C'

red 73 ◦ green 112 ◦ blue 156

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

Shades of San Marino #49709C

Tints of San Marino #49709C

RGB

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

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

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

R = 21.41%
G = 32.84%
B = 45.75%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49709C (or 0x49709C) is known color: San Marino. HEX triplet: 49, 70 and 9C. RGB value is (73,112,156). Sum of RGB (Red+Green+Blue) = 73+112+156=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #49709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49709C is #B68F63. Grayscale: #696969. Windows color (decimal): -11964260 or 10252361. OLE color: 10252361.

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

Color convert

RGB 73 112 156 -
CMYK 0.53 0.28 0 0.39
HSL 211.81º 0.36% 0.45% -
HSV(B) 211.81º 0.53% 0.61% -
XYZ 14.54 15.41 33.66 -
YUV 105.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 73 112 156 0.53 0.28 0 0.39 211.81 0.36 0.45
Hex 49 70 9C 35 1C 0 27 D4 24 2D
Octal 111 160 234 65 34 0 47 324 44 55
Binary 1001001 1110000 10011100 110101 11100 0 100111 11010100 100100 101101

Color Harmonies of #49709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49709C

Black with #49709C

Text Example


Text Example

White with #49709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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