Html Css Color HEX #49759B San Marino

📋 copy color: '#49759B'

red 73 ◦ green 117 ◦ blue 155

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

Shades of San Marino #49759B

Tints of San Marino #49759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 21.16%
G = 33.91%
B = 44.93%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49759B (or 0x49759B) is known color: San Marino. HEX triplet: 49, 75 and 9B. RGB value is (73,117,155). Sum of RGB (Red+Green+Blue) = 73+117+155=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #49759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49759B is #B68A64. Grayscale: #6B6B6B. Windows color (decimal): -11962981 or 10188105. OLE color: 10188105.

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

Color convert

RGB 73 117 155 -
CMYK 0.53 0.25 0 0.39
HSL 207.8º 0.36% 0.45% -
HSV(B) 207.8º 0.53% 0.61% -
XYZ 15.03 16.51 33.4 -
YUV 108.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 73 117 155 0.53 0.25 0 0.39 207.8 0.36 0.45
Hex 49 75 9B 35 19 0 27 D0 24 2D
Octal 111 165 233 65 31 0 47 320 44 55
Binary 1001001 1110101 10011011 110101 11001 0 100111 11010000 100100 101101

Color Harmonies of #49759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49759B

Black with #49759B

Text Example


Text Example

White with #49759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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