#473881

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

Shades of Dark Slate Blue #473881

Tints of Dark Slate Blue #473881

Color information

#473881 (or 0x473881) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 38 and 81. RGB value is (71,56,129). Sum of RGB (Red+Green+Blue) = 71+56+129=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #473881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473881 is #B8C77E. Grayscale: #444444. Windows color (decimal): -12109695 or 8468551. OLE color: 8468551.

HSL color Cylindrical-coordinate representation of color #473881: hue angle of 252.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #473881 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7156129-
CMYK0.450.5700.49
HSL252.33º39.46%36.27%-
HSV(B)252.33º56.59%50.59%-
XYZ7.985.7521.46-
YUV68.81161.97129.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 129 (50.78% from 255) = 50.39%
R=27.73%
G=21.88%
B=50.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71561290.450.5700.49252.3339.4636.27
Hex4738812D39031fc2724
Octal1077020155710613744744
Binary100011111100010000001101101111001011000111111100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473881; }

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

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

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

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

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

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

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

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