Html Css Color HEX #49699B San Marino

📋 copy color: '#49699B'

red 73 ◦ green 105 ◦ blue 155

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

Shades of San Marino #49699B

Tints of San Marino #49699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 21.92%
G = 31.53%
B = 46.55%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49699B (or 0x49699B) is known color: San Marino. HEX triplet: 49, 69 and 9B. RGB value is (73,105,155). Sum of RGB (Red+Green+Blue) = 73+105+155=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #49699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49699B is #B69664. Grayscale: #646464. Windows color (decimal): -11966053 or 10185033. OLE color: 10185033.

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

Color convert

RGB 73 105 155 -
CMYK 0.53 0.32 0 0.39
HSL 216.59º 0.36% 0.45% -
HSV(B) 216.59º 0.53% 0.61% -
XYZ 13.72 13.89 32.97 -
YUV 101.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 73 105 155 0.53 0.32 0 0.39 216.59 0.36 0.45
Hex 49 69 9B 35 20 0 27 D9 24 2D
Octal 111 151 233 65 40 0 47 331 44 55
Binary 1001001 1101001 10011011 110101 100000 0 100111 11011001 100100 101101

Color Harmonies of #49699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49699B

Black with #49699B

Text Example


Text Example

White with #49699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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