Html Css Color HEX #49749F San Marino

📋 copy color: '#49749F'

red 73 ◦ green 116 ◦ blue 159

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

Shades of San Marino #49749F

Tints of San Marino #49749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

 BLUE value IS 159 (62.5% from 255) = 45.69%

R = 20.98%
G = 33.33%
B = 45.69%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49749F (or 0x49749F) is known color: San Marino. HEX triplet: 49, 74 and 9F. RGB value is (73,116,159). Sum of RGB (Red+Green+Blue) = 73+116+159=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #49749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49749F is #B68B60. Grayscale: #6B6B6B. Windows color (decimal): -11963233 or 10449993. OLE color: 10449993.

HSL color Cylindrical-coordinate representation of color #49749F: hue angle of 210º 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 #49749F is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 116 159 -
CMYK 0.54 0.27 0 0.38
HSL 210º 0.37% 0.45% -
HSV(B) 210º 0.54% 0.62% -
XYZ 15.25 16.41 35.16 -
YUV 108.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 73 116 159 0.54 0.27 0 0.38 210 0.37 0.45
Hex 49 74 9F 36 1B 0 26 D2 25 2D
Octal 111 164 237 66 33 0 46 322 45 55
Binary 1001001 1110100 10011111 110110 11011 0 100110 11010010 100101 101101

Color Harmonies of #49749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49749F

Black with #49749F

Text Example


Text Example

White with #49749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49749F; }

 p { color: rgb(73,116,159); }

 H1.HeaderClassName
 {
   color: #49749F;
 }
 .AnyTagClassName
 {
   color: #49749F;
 }
</style>

background-color css

<style>
 a { background-color: #49749F; }

 a { background-color: rgb(73,116,159); }

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

border-color css

<style>
 span { border-color: #49749F; }

 span { border-color: rgb(73,116,159); }

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