#47387F

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

Shades of Dark Slate Blue #47387F

Tints of Dark Slate Blue #47387F

Color information

#47387F (or 0x47387F) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 38 and 7F. RGB value is (71,56,127). Sum of RGB (Red+Green+Blue) = 71+56+127=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #47387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47387F is #B8C780. Grayscale: #444444. Windows color (decimal): -12109697 or 8337479. OLE color: 8337479.

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

Color convert

RGB7156127-
CMYK0.440.5600.50
HSL252.68º38.8%35.88%-
HSV(B)252.68º55.91%49.8%-
XYZ7.845.720.77-
YUV68.58160.97129.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 127 (50% from 255) = 50%
R=27.95%
G=22.05%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71561270.440.5600.50252.6838.835.88
Hex47387F2C38032fd2724
Octal1077017754700623754744
Binary10001111110001111111101100111000011001011111101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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