#47387D

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

Shades of Dark Slate Blue #47387D

Tints of Dark Slate Blue #47387D

Color information

#47387D (or 0x47387D) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 38 and 7D. RGB value is (71,56,125). Sum of RGB (Red+Green+Blue) = 71+56+125=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #47387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47387D is #B8C782. Grayscale: #444444. Windows color (decimal): -12109699 or 8206407. OLE color: 8206407.

HSL color Cylindrical-coordinate representation of color #47387D: hue angle of 253.04º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47387D is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7156125-
CMYK0.430.5500.51
HSL253.04º38.12%35.49%-
HSV(B)253.04º55.2%49.02%-
XYZ7.715.6520.09-
YUV68.35159.97129.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 125 (49.22% from 255) = 49.60%
R=28.17%
G=22.22%
B=49.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71561250.430.5500.51253.0438.1235.49
Hex47387D2B37033fd2623
Octal1077017553670633754643
Binary10001111110001111101101011110111011001111111101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47387D; }

 p { color: rgb(71,56,125); }

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

<style>
 a { background-color: #47387D; }

 a { background-color: rgb(71,56,125); }

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

<style>
 span { border-color: #47387D; }

 span { border-color: rgb(71,56,125); }

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