#49447F

Color #49447F Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #49447F

Tints of Dark Slate Blue #49447F

Color information

#49447F (or 0x49447F) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 44 and 7F. RGB value is (73,68,127). Sum of RGB (Red+Green+Blue) = 73+68+127=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #49447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49447F is #B6BB80. Grayscale: #4B4B4B. Windows color (decimal): -11975553 or 8340553. OLE color: 8340553.

HSL color Cylindrical-coordinate representation of color #49447F: hue angle of 245.08º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49447F is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7368127-
CMYK0.430.4600.50
HSL245.08º30.26%38.24%-
HSV(B)245.08º46.46%49.8%-
XYZ8.657.0820.99-
YUV76.22156.66125.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 127 (50% from 255) = 47.39%
R=27.24%
G=25.37%
B=47.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73681270.430.4600.50245.0830.2638.24
Hex49447F2B2E032f51e26
Octal11110417753560623653646
Binary10010011000100111111110101110111001100101111010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49447F; }

 p { color: rgb(73,68,127); }

 H1.HeaderClassName
 {
   color: #49447F;
 }
 .AnyTagClassName
 {
   color: #49447F;
 }
</style>
background-color css

<style>
 a { background-color: #49447F; }

 a { background-color: rgb(73,68,127); }

 div.DivClassName
 {
   background-color: #49447F;
 }
 .BgClassName
 {
   background-color: #49447F;
 }
</style>
border-color css

<style>
 span { border-color: #49447F; }

 span { border-color: rgb(73,68,127); }

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