Html Css Color HEX #49789D San Marino

📋 copy color: '#49789D'

red 73 ◦ green 120 ◦ blue 157

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

Shades of San Marino #49789D

Tints of San Marino #49789D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.29%

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 20.86%
G = 34.29%
B = 44.86%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49789D (or 0x49789D) is known color: San Marino. HEX triplet: 49, 78 and 9D. RGB value is (73,120,157). Sum of RGB (Red+Green+Blue) = 73+120+157=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #49789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49789D is #B68762. Grayscale: #6D6D6D. Windows color (decimal): -11962211 or 10319945. OLE color: 10319945.

HSL color Cylindrical-coordinate representation of color #49789D: hue angle of 206.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49789D is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 120 157 -
CMYK 0.54 0.24 0 0.38
HSL 206.43º 0.37% 0.45% -
HSV(B) 206.43º 0.54% 0.62% -
XYZ 15.55 17.28 34.41 -
YUV 110.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 73 120 157 0.54 0.24 0 0.38 206.43 0.37 0.45
Hex 49 78 9D 36 18 0 26 CE 25 2D
Octal 111 170 235 66 30 0 46 316 45 55
Binary 1001001 1111000 10011101 110110 11000 0 100110 11001110 100101 101101

Color Harmonies of #49789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49789D

Black with #49789D

Text Example


Text Example

White with #49789D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49789D; }

 p { color: rgb(73,120,157); }

 H1.HeaderClassName
 {
   color: #49789D;
 }
 .AnyTagClassName
 {
   color: #49789D;
 }
</style>

background-color css

<style>
 a { background-color: #49789D; }

 a { background-color: rgb(73,120,157); }

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

border-color css

<style>
 span { border-color: #49789D; }

 span { border-color: rgb(73,120,157); }

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