#47488A

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

Shades of Dark Slate Blue #47488A

Tints of Dark Slate Blue #47488A

Color information

#47488A (or 0x47488A) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 48 and 8A. RGB value is (71,72,138). Sum of RGB (Red+Green+Blue) = 71+72+138=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #47488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47488A is #B8B775. Grayscale: #4E4E4E. Windows color (decimal): -12105590 or 9062471. OLE color: 9062471.

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

Color convert

RGB7172138-
CMYK0.490.4800.46
HSL239.1º32.06%40.98%-
HSV(B)239.1º48.55%54.12%-
XYZ9.57.8125.05-
YUV79.22161.17122.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=25.27%
G=25.62%
B=49.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71721380.490.4800.46239.132.0640.98
Hex47488A313002Eef2029
Octal10711021261600563574051
Binary1000111100100010001010110001110000010111011101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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