#47407E

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

Shades of Dark Slate Blue #47407E

Tints of Dark Slate Blue #47407E

Color information

#47407E (or 0x47407E) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 40 and 7E. RGB value is (71,64,126). Sum of RGB (Red+Green+Blue) = 71+64+126=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #47407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47407E is #B8BF81. Grayscale: #484848. Windows color (decimal): -12107650 or 8273991. OLE color: 8273991.

HSL color Cylindrical-coordinate representation of color #47407E: hue angle of 246.77º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47407E is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7164126-
CMYK0.440.4900.51
HSL246.77º32.63%37.25%-
HSV(B)246.77º49.21%49.41%-
XYZ8.26.5120.56-
YUV73.16157.82126.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 126 (49.61% from 255) = 48.28%
R=27.20%
G=24.52%
B=48.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71641260.440.4900.51246.7732.6337.25
Hex47407E2C31033f72125
Octal10710017654610633674145
Binary100011110000001111110101100110001011001111110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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