Html Css Color HEX #49719C San Marino

📋 copy color: '#49719C'

red 73 ◦ green 113 ◦ blue 156

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

Shades of San Marino #49719C

Tints of San Marino #49719C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

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

R = 21.35%
G = 33.04%
B = 45.61%

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

#49719C (or 0x49719C) is known color: San Marino. HEX triplet: 49, 71 and 9C. RGB value is (73,113,156). Sum of RGB (Red+Green+Blue) = 73+113+156=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #49719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49719C is #B68E63. Grayscale: #696969. Windows color (decimal): -11964004 or 10252617. OLE color: 10252617.

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

Color convert

RGB 73 113 156 -
CMYK 0.53 0.28 0 0.39
HSL 211.08º 0.36% 0.45% -
HSV(B) 211.08º 0.53% 0.61% -
XYZ 14.65 15.63 33.7 -
YUV 105.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 73 113 156 0.53 0.28 0 0.39 211.08 0.36 0.45
Hex 49 71 9C 35 1C 0 27 D3 24 2D
Octal 111 161 234 65 34 0 47 323 44 55
Binary 1001001 1110001 10011100 110101 11100 0 100111 11010011 100100 101101

Color Harmonies of #49719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49719C

Black with #49719C

Text Example


Text Example

White with #49719C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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