#47407F

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

Shades of Dark Slate Blue #47407F

Tints of Dark Slate Blue #47407F

Color information

#47407F (or 0x47407F) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 40 and 7F. RGB value is (71,64,127). Sum of RGB (Red+Green+Blue) = 71+64+127=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #47407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47407F is #B8BF80. Grayscale: #494949. Windows color (decimal): -12107649 or 8339527. OLE color: 8339527.

HSL color Cylindrical-coordinate representation of color #47407F: hue angle of 246.67º 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 #47407F is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7164127-
CMYK0.440.5000.50
HSL246.67º32.98%37.45%-
HSV(B)246.67º49.61%49.8%-
XYZ8.266.5420.91-
YUV73.27158.32126.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 127 (50% from 255) = 48.47%
R=27.10%
G=24.43%
B=48.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71641270.440.5000.50246.6732.9837.45
Hex47407F2C32032f72125
Octal10710017754620623674145
Binary100011110000001111111101100110010011001011110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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