#49447E

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

Shades of Dark Slate Blue #49447E

Tints of Dark Slate Blue #49447E

Color information

#49447E (or 0x49447E) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 44 and 7E. RGB value is (73,68,126). Sum of RGB (Red+Green+Blue) = 73+68+126=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #49447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49447E is #B6BB81. Grayscale: #4B4B4B. Windows color (decimal): -11975554 or 8275017. OLE color: 8275017.

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

Color convert

RGB7368126-
CMYK0.420.4600.51
HSL245.17º29.9%38.04%-
HSV(B)245.17º46.03%49.41%-
XYZ8.587.0620.65-
YUV76.11156.16125.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 126 (49.61% from 255) = 47.19%
R=27.34%
G=25.47%
B=47.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73681260.420.4600.51245.1729.938.04
Hex49447E2A2E033f51e26
Octal11110417652560633653646
Binary10010011000100111111010101010111001100111111010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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