#47427F

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

Shades of Dark Slate Blue #47427F

Tints of Dark Slate Blue #47427F

Color information

#47427F (or 0x47427F) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 42 and 7F. RGB value is (71,66,127). Sum of RGB (Red+Green+Blue) = 71+66+127=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #47427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47427F is #B8BD80. Grayscale: #4A4A4A. Windows color (decimal): -12107137 or 8340039. OLE color: 8340039.

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

Color convert

RGB7166127-
CMYK0.440.4800.50
HSL244.92º31.61%37.84%-
HSV(B)244.92º48.03%49.8%-
XYZ8.386.7720.94-
YUV74.45157.66125.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 127 (50% from 255) = 48.11%
R=26.89%
G=25%
B=48.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71661270.440.4800.50244.9231.6137.84
Hex47427F2C30032f52026
Octal10710217754600623654046
Binary100011110000101111111101100110000011001011110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,66,127); }

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

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

 a { background-color: rgb(71,66,127); }

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

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

 span { border-color: rgb(71,66,127); }

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