#474482

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

Shades of Dark Slate Blue #474482

Tints of Dark Slate Blue #474482

Color information

#474482 (or 0x474482) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 44 and 82. RGB value is (71,68,130). Sum of RGB (Red+Green+Blue) = 71+68+130=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #474482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474482 is #B8BB7D. Grayscale: #4B4B4B. Windows color (decimal): -12106622 or 8537159. OLE color: 8537159.

HSL color Cylindrical-coordinate representation of color #474482: hue angle of 242.9º degrees, saturation: 0.31, 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 #474482 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7168130-
CMYK0.450.4800.49
HSL242.9º31.31%38.82%-
HSV(B)242.9º47.69%50.98%-
XYZ8.697.0922.03-
YUV75.96158.49124.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=26.39%
G=25.28%
B=48.33%

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
Decimal71681300.450.4800.49242.931.3138.82
Hex4744822D30031f31f27
Octal10710420255600613633747
Binary100011110001001000001010110111000001100011111001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474482; }

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

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

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

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

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

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

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

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