#47397F

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

Shades of Dark Slate Blue #47397F

Tints of Dark Slate Blue #47397F

Color information

#47397F (or 0x47397F) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 39 and 7F. RGB value is (71,57,127). Sum of RGB (Red+Green+Blue) = 71+57+127=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #47397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47397F is #B8C680. Grayscale: #444444. Windows color (decimal): -12109441 or 8337735. OLE color: 8337735.

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

Color convert

RGB7157127-
CMYK0.440.5500.50
HSL252º38.04%36.08%-
HSV(B)252º55.12%49.8%-
XYZ7.895.820.78-
YUV69.17160.64129.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 127 (50% from 255) = 49.80%
R=27.84%
G=22.35%
B=49.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71571270.440.5500.5025238.0436.08
Hex47397F2C37032fc2624
Octal1077117754670623744644
Binary10001111110011111111101100110111011001011111100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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