#473583

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

Shades of Dark Slate Blue #473583

Tints of Dark Slate Blue #473583

Color information

#473583 (or 0x473583) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 35 and 83. RGB value is (71,53,131). Sum of RGB (Red+Green+Blue) = 71+53+131=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #473583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473583 is #B8CA7C. Grayscale: #424242. Windows color (decimal): -12110461 or 8598855. OLE color: 8598855.

HSL color Cylindrical-coordinate representation of color #473583: hue angle of 253.85º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #473583 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7153131-
CMYK0.460.6000.49
HSL253.85º42.39%36.08%-
HSV(B)253.85º59.54%51.37%-
XYZ7.975.5222.12-
YUV67.27163.96130.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 131 (51.56% from 255) = 51.37%
R=27.84%
G=20.78%
B=51.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71531310.460.6000.49253.8542.3936.08
Hex4735832E3C031fe2a24
Octal1076520356740613765244
Binary100011111010110000011101110111100011000111111110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473583; }

 p { color: rgb(71,53,131); }

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

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

 a { background-color: rgb(71,53,131); }

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

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

 span { border-color: rgb(71,53,131); }

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