Html Css Color HEX #49719B San Marino

📋 copy color: '#49719B'

red 73 ◦ green 113 ◦ blue 155

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

Shades of San Marino #49719B

Tints of San Marino #49719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 21.41%
G = 33.14%
B = 45.45%

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

#49719B (or 0x49719B) is known color: San Marino. HEX triplet: 49, 71 and 9B. RGB value is (73,113,155). Sum of RGB (Red+Green+Blue) = 73+113+155=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #49719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49719B is #B68E64. Grayscale: #696969. Windows color (decimal): -11964005 or 10187081. OLE color: 10187081.

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

Color convert

RGB 73 113 155 -
CMYK 0.53 0.27 0 0.39
HSL 210.73º 0.36% 0.45% -
HSV(B) 210.73º 0.53% 0.61% -
XYZ 14.57 15.59 33.25 -
YUV 105.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 73 113 155 0.53 0.27 0 0.39 210.73 0.36 0.45
Hex 49 71 9B 35 1B 0 27 D3 24 2D
Octal 111 161 233 65 33 0 47 323 44 55
Binary 1001001 1110001 10011011 110101 11011 0 100111 11010011 100100 101101

Color Harmonies of #49719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49719B

Black with #49719B

Text Example


Text Example

White with #49719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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