Html Css Color HEX #49719A San Marino

📋 copy color: '#49719A'

red 73 ◦ green 113 ◦ blue 154

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

Shades of San Marino #49719A

Tints of San Marino #49719A

RGB

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

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

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

R = 21.47%
G = 33.24%
B = 45.29%

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

#49719A (or 0x49719A) is known color: San Marino. HEX triplet: 49, 71 and 9A. RGB value is (73,113,154). Sum of RGB (Red+Green+Blue) = 73+113+154=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #49719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49719A is #B68E65. Grayscale: #696969. Windows color (decimal): -11964006 or 10121545. OLE color: 10121545.

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

Color convert

RGB 73 113 154 -
CMYK 0.53 0.27 0 0.40
HSL 210.37º 0.36% 0.45% -
HSV(B) 210.37º 0.53% 0.6% -
XYZ 14.49 15.56 32.81 -
YUV 105.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 73 113 154 0.53 0.27 0 0.40 210.37 0.36 0.45
Hex 49 71 9A 35 1B 0 28 D2 24 2D
Octal 111 161 232 65 33 0 50 322 44 55
Binary 1001001 1110001 10011010 110101 11011 0 101000 11010010 100100 101101

Color Harmonies of #49719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49719A

Black with #49719A

Text Example


Text Example

White with #49719A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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