#473682

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

Shades of Dark Slate Blue #473682

Tints of Dark Slate Blue #473682

Color information

#473682 (or 0x473682) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 36 and 82. RGB value is (71,54,130). Sum of RGB (Red+Green+Blue) = 71+54+130=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #473682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473682 is #B8C97D. Grayscale: #434343. Windows color (decimal): -12110206 or 8533575. OLE color: 8533575.

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

Color convert

RGB7154130-
CMYK0.450.5800.49
HSL253.42º41.3%36.08%-
HSV(B)253.42º58.46%50.98%-
XYZ7.955.5921.78-
YUV67.75163.13130.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=27.84%
G=21.18%
B=50.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71541300.450.5800.49253.4241.336.08
Hex4736822D3A031fd2924
Octal1076620255720613755144
Binary100011111011010000010101101111010011000111111101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473682; }

 p { color: rgb(71,54,130); }

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

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

 a { background-color: rgb(71,54,130); }

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

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

 span { border-color: rgb(71,54,130); }

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