Html Css Color HEX #49689E San Marino

📋 copy color: '#49689E'

red 73 ◦ green 104 ◦ blue 158

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

Shades of San Marino #49689E

Tints of San Marino #49689E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 21.79%
G = 31.04%
B = 47.16%

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

#49689E (or 0x49689E) is known color: San Marino. HEX triplet: 49, 68 and 9E. RGB value is (73,104,158). Sum of RGB (Red+Green+Blue) = 73+104+158=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #49689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49689E is #B69761. Grayscale: #646464. Windows color (decimal): -11966306 or 10381385. OLE color: 10381385.

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

Color convert

RGB 73 104 158 -
CMYK 0.54 0.34 0 0.38
HSL 218.12º 0.37% 0.45% -
HSV(B) 218.12º 0.54% 0.62% -
XYZ 13.87 13.79 34.28 -
YUV 100.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 73 104 158 0.54 0.34 0 0.38 218.12 0.37 0.45
Hex 49 68 9E 36 22 0 26 DA 25 2D
Octal 111 150 236 66 42 0 46 332 45 55
Binary 1001001 1101000 10011110 110110 100010 0 100110 11011010 100101 101101

Color Harmonies of #49689E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49689E

Black with #49689E

Text Example


Text Example

White with #49689E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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