#49407B

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

Shades of Dark Slate Blue #49407B

Tints of Dark Slate Blue #49407B

Color information

#49407B (or 0x49407B) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 40 and 7B. RGB value is (73,64,123). Sum of RGB (Red+Green+Blue) = 73+64+123=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #49407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49407B is #B6BF84. Grayscale: #494949. Windows color (decimal): -11976581 or 8077385. OLE color: 8077385.

HSL color Cylindrical-coordinate representation of color #49407B: hue angle of 249.15º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49407B is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7364123-
CMYK0.410.4800.52
HSL249.15º31.55%36.67%-
HSV(B)249.15º47.97%48.24%-
XYZ8.166.5119.57-
YUV73.42155.98127.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=28.08%
G=24.62%
B=47.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73641230.410.4800.52249.1531.5536.67
Hex49407B2930034f92025
Octal11110017351600643714045
Binary100100110000001111011101001110000011010011111001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49407B; }

 p { color: rgb(73,64,123); }

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

<style>
 a { background-color: #49407B; }

 a { background-color: rgb(73,64,123); }

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

<style>
 span { border-color: #49407B; }

 span { border-color: rgb(73,64,123); }

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