#484080

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

Shades of Dark Slate Blue #484080

Tints of Dark Slate Blue #484080

Color information

#484080 (or 0x484080) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 40 and 80. RGB value is (72,64,128). Sum of RGB (Red+Green+Blue) = 72+64+128=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #484080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484080 is #B7BF7F. Grayscale: #494949. Windows color (decimal): -12042112 or 8405064. OLE color: 8405064.

HSL color Cylindrical-coordinate representation of color #484080: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484080 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7264128-
CMYK0.440.500.50
HSL247.5º33.33%37.65%-
HSV(B)247.5º50%50.2%-
XYZ8.46.621.25-
YUV73.69158.65126.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=27.27%
G=24.24%
B=48.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72641280.440.500.50247.533.3337.65
Hex4840802C32032f82126
Octal11010020054620623704146
Binary1001000100000010000000101100110010011001011111000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484080; }

 p { color: rgb(72,64,128); }

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

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

 a { background-color: rgb(72,64,128); }

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

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

 span { border-color: rgb(72,64,128); }

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