#484481

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

Shades of Dark Slate Blue #484481

Tints of Dark Slate Blue #484481

Color information

#484481 (or 0x484481) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 44 and 81. RGB value is (72,68,129). Sum of RGB (Red+Green+Blue) = 72+68+129=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #484481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484481 is #B7BB7E. Grayscale: #4B4B4B. Windows color (decimal): -12041087 or 8471624. OLE color: 8471624.

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

Color convert

RGB7268129-
CMYK0.440.4700.49
HSL243.93º30.96%38.63%-
HSV(B)243.93º47.29%50.59%-
XYZ8.77.121.68-
YUV76.15157.83125.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=26.77%
G=25.28%
B=47.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72681290.440.4700.49243.9330.9638.63
Hex4844812C2F031f41f27
Octal11010420154570613643747
Binary100100010001001000000110110010111101100011111010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484481; }

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

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

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

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

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

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

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

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