Html Css Color HEX #49689D San Marino

📋 copy color: '#49689D'

red 73 ◦ green 104 ◦ blue 157

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

Shades of San Marino #49689D

Tints of San Marino #49689D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.01%

R = 21.86%
G = 31.14%
B = 47.01%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49689D (or 0x49689D) is known color: San Marino. HEX triplet: 49, 68 and 9D. RGB value is (73,104,157). Sum of RGB (Red+Green+Blue) = 73+104+157=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #49689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49689D is #B69762. Grayscale: #646464. Windows color (decimal): -11966307 or 10315849. OLE color: 10315849.

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

Color convert

RGB 73 104 157 -
CMYK 0.54 0.34 0 0.38
HSL 217.86º 0.37% 0.45% -
HSV(B) 217.86º 0.54% 0.62% -
XYZ 13.78 13.75 33.83 -
YUV 100.77 159.73 108.19 -
System Red Green Blue C M Y K H S L
Decimal 73 104 157 0.54 0.34 0 0.38 217.86 0.37 0.45
Hex 49 68 9D 36 22 0 26 DA 25 2D
Octal 111 150 235 66 42 0 46 332 45 55
Binary 1001001 1101000 10011101 110110 100010 0 100110 11011010 100101 101101

Color Harmonies of #49689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49689D

Black with #49689D

Text Example


Text Example

White with #49689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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