#474382

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

Shades of Dark Slate Blue #474382

Tints of Dark Slate Blue #474382

Color information

#474382 (or 0x474382) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 43 and 82. RGB value is (71,67,130). Sum of RGB (Red+Green+Blue) = 71+67+130=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #474382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474382 is #B8BC7D. Grayscale: #4B4B4B. Windows color (decimal): -12106878 or 8536903. OLE color: 8536903.

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

Color convert

RGB7167130-
CMYK0.450.4800.49
HSL243.81º31.98%38.63%-
HSV(B)243.81º48.46%50.98%-
XYZ8.636.9722.01-
YUV75.38158.83124.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=26.49%
G=25%
B=48.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71671300.450.4800.49243.8131.9838.63
Hex4743822D30031f42027
Octal10710320255600613644047
Binary1000111100001110000010101101110000011000111110100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474382; }

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

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

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

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

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

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

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

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