#48407F

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

Shades of Dark Slate Blue #48407F

Tints of Dark Slate Blue #48407F

Color information

#48407F (or 0x48407F) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 40 and 7F. RGB value is (72,64,127). Sum of RGB (Red+Green+Blue) = 72+64+127=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #48407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48407F is #B7BF80. Grayscale: #494949. Windows color (decimal): -12042113 or 8339528. OLE color: 8339528.

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

Color convert

RGB7264127-
CMYK0.430.5000.50
HSL247.62º32.98%37.45%-
HSV(B)247.62º49.61%49.8%-
XYZ8.346.5820.91-
YUV73.57158.15126.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 127 (50% from 255) = 48.29%
R=27.38%
G=24.33%
B=48.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72641270.430.5000.50247.6232.9837.45
Hex48407F2B32032f82125
Octal11010017753620623704145
Binary100100010000001111111101011110010011001011111000100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,64,127); }

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

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

 a { background-color: rgb(72,64,127); }

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

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

 span { border-color: rgb(72,64,127); }

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