#47417F

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

Shades of Dark Slate Blue #47417F

Tints of Dark Slate Blue #47417F

Color information

#47417F (or 0x47417F) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 7F. RGB value is (71,65,127). Sum of RGB (Red+Green+Blue) = 71+65+127=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 65 (25.78% from 255 or 24.71% 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 #47417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47417F is #B8BE80. Grayscale: #494949. Windows color (decimal): -12107393 or 8339783. OLE color: 8339783.

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

Color convert

RGB7165127-
CMYK0.440.4900.50
HSL245.81º32.29%37.65%-
HSV(B)245.81º48.82%49.8%-
XYZ8.326.6520.92-
YUV73.86157.99125.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 127 (50% from 255) = 48.29%
R=27.00%
G=24.71%
B=48.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71651270.440.4900.50245.8132.2937.65
Hex47417F2C31032f62026
Octal10710117754610623664046
Binary100011110000011111111101100110001011001011110110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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