#47468B

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

Shades of Dark Slate Blue #47468B

Tints of Dark Slate Blue #47468B

Color information

#47468B (or 0x47468B) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 46 and 8B. RGB value is (71,70,139). Sum of RGB (Red+Green+Blue) = 71+70+139=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #47468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47468B is #B8B974. Grayscale: #4D4D4D. Windows color (decimal): -12106101 or 9127495. OLE color: 9127495.

HSL color Cylindrical-coordinate representation of color #47468B: hue angle of 240.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47468B is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7170139-
CMYK0.490.5000.45
HSL240.87º33.01%40.98%-
HSV(B)240.87º49.64%54.51%-
XYZ9.457.5825.39-
YUV78.16162.33122.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=25.36%
G=25%
B=49.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71701390.490.5000.45240.8733.0140.98
Hex47468B313202Df12129
Octal10710621361620553614151
Binary1000111100011010001011110001110010010110111110001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,70,139); }

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

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

 a { background-color: rgb(71,70,139); }

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

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

 span { border-color: rgb(71,70,139); }

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