Html Css Color HEX #49689B San Marino

📋 copy color: '#49689B'

red 73 ◦ green 104 ◦ blue 155

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

Shades of San Marino #49689B

Tints of San Marino #49689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 21.99%
G = 31.33%
B = 46.69%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49689B (or 0x49689B) is known color: San Marino. HEX triplet: 49, 68 and 9B. RGB value is (73,104,155). Sum of RGB (Red+Green+Blue) = 73+104+155=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #49689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49689B is #B69764. Grayscale: #646464. Windows color (decimal): -11966309 or 10184777. OLE color: 10184777.

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

Color convert

RGB 73 104 155 -
CMYK 0.53 0.33 0 0.39
HSL 217.32º 0.36% 0.45% -
HSV(B) 217.32º 0.53% 0.61% -
XYZ 13.61 13.68 32.93 -
YUV 100.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 73 104 155 0.53 0.33 0 0.39 217.32 0.36 0.45
Hex 49 68 9B 35 21 0 27 D9 24 2D
Octal 111 150 233 65 41 0 47 331 44 55
Binary 1001001 1101000 10011011 110101 100001 0 100111 11011001 100100 101101

Color Harmonies of #49689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49689B

Black with #49689B

Text Example


Text Example

White with #49689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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