Html Css Color HEX #49709F San Marino

📋 copy color: '#49709F'

red 73 ◦ green 112 ◦ blue 159

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

Shades of San Marino #49709F

Tints of San Marino #49709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

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

R = 21.22%
G = 32.56%
B = 46.22%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49709F (or 0x49709F) is known color: San Marino. HEX triplet: 49, 70 and 9F. RGB value is (73,112,159). Sum of RGB (Red+Green+Blue) = 73+112+159=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #49709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49709F is #B68F60. Grayscale: #696969. Windows color (decimal): -11964257 or 10448969. OLE color: 10448969.

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

Color convert

RGB 73 112 159 -
CMYK 0.54 0.30 0 0.38
HSL 212.79º 0.37% 0.45% -
HSV(B) 212.79º 0.54% 0.62% -
XYZ 14.8 15.51 35.01 -
YUV 105.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 73 112 159 0.54 0.30 0 0.38 212.79 0.37 0.45
Hex 49 70 9F 36 1E 0 26 D5 25 2D
Octal 111 160 237 66 36 0 46 325 45 55
Binary 1001001 1110000 10011111 110110 11110 0 100110 11010101 100101 101101

Color Harmonies of #49709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49709F

Black with #49709F

Text Example


Text Example

White with #49709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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