#484482

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

Shades of Dark Slate Blue #484482

Tints of Dark Slate Blue #484482

Color information

#484482 (or 0x484482) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 44 and 82. RGB value is (72,68,130). Sum of RGB (Red+Green+Blue) = 72+68+130=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #484482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484482 is #B7BB7D. Grayscale: #4C4C4C. Windows color (decimal): -12041086 or 8537160. OLE color: 8537160.

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

Color convert

RGB7268130-
CMYK0.450.4800.49
HSL243.87º31.31%38.82%-
HSV(B)243.87º47.69%50.98%-
XYZ8.777.1222.03-
YUV76.26158.33124.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 130 (51.17% from 255) = 48.15%
R=26.67%
G=25.19%
B=48.15%

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
Decimal72681300.450.4800.49243.8731.3138.82
Hex4844822D30031f41f27
Octal11010420255600613643747
Binary100100010001001000001010110111000001100011111010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484482; }

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

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

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

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

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

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

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

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