Html Css Color HEX #49598D Tory Blue

📋 copy color: '#49598D'

red 73 ◦ green 89 ◦ blue 141

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

Shades of Tory Blue #49598D

Tints of Tory Blue #49598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.37%

 BLUE value IS 141 (55.47% from 255) = 46.53%

R = 24.09%
G = 29.37%
B = 46.53%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49598D (or 0x49598D) is known color: Tory Blue. HEX triplet: 49, 59 and 8D. RGB value is (73,89,141). Sum of RGB (Red+Green+Blue) = 73+89+141=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #49598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49598D is #B6A672. Grayscale: #595959. Windows color (decimal): -11970163 or 9263433. OLE color: 9263433.

HSL color Cylindrical-coordinate representation of color #49598D: hue angle of 225.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49598D is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 89 141 -
CMYK 0.48 0.37 0 0.45
HSL 225.88º 0.32% 0.42% -
HSV(B) 225.88º 0.48% 0.55% -
XYZ 11.13 10.48 26.64 -
YUV 90.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 73 89 141 0.48 0.37 0 0.45 225.88 0.32 0.42
Hex 49 59 8D 30 25 0 2D E2 20 2A
Octal 111 131 215 60 45 0 55 342 40 52
Binary 1001001 1011001 10001101 110000 100101 0 101101 11100010 100000 101010

Color Harmonies of #49598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49598D

Black with #49598D

Text Example


Text Example

White with #49598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,89,141); }

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

background-color css

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

 a { background-color: rgb(73,89,141); }

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

border-color css

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

 span { border-color: rgb(73,89,141); }

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