#47488B

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

Shades of Dark Slate Blue #47488B

Tints of Dark Slate Blue #47488B

Color information

#47488B (or 0x47488B) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 48 and 8B. RGB value is (71,72,139). Sum of RGB (Red+Green+Blue) = 71+72+139=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #47488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47488B is #B8B774. Grayscale: #4F4F4F. Windows color (decimal): -12105589 or 9128007. OLE color: 9128007.

HSL color Cylindrical-coordinate representation of color #47488B: hue angle of 239.12º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47488B is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7172139-
CMYK0.490.4800.45
HSL239.12º32.38%41.18%-
HSV(B)239.12º48.92%54.51%-
XYZ9.587.8425.43-
YUV79.34161.67122.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=25.18%
G=25.53%
B=49.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71721390.490.4800.45239.1232.3841.18
Hex47488B313002Def2029
Octal10711021361600553574051
Binary1000111100100010001011110001110000010110111101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47488B; }

 p { color: rgb(71,72,139); }

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

<style>
 a { background-color: #47488B; }

 a { background-color: rgb(71,72,139); }

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

<style>
 span { border-color: #47488B; }

 span { border-color: rgb(71,72,139); }

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