#484384

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

Shades of Dark Slate Blue #484384

Tints of Dark Slate Blue #484384

Color information

#484384 (or 0x484384) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 43 and 84. RGB value is (72,67,132). Sum of RGB (Red+Green+Blue) = 72+67+132=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #484384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484384 is #B7BC7B. Grayscale: #4B4B4B. Windows color (decimal): -12041340 or 8667976. OLE color: 8667976.

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

Color convert

RGB7267132-
CMYK0.450.4900.48
HSL244.62º32.66%39.02%-
HSV(B)244.62º49.24%51.76%-
XYZ8.847.0622.73-
YUV75.9159.66125.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=26.57%
G=24.72%
B=48.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72671320.450.4900.48244.6232.6639.02
Hex4843842D31030f52127
Octal11010320455610603654147
Binary1001000100001110000100101101110001011000011110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484384; }

 p { color: rgb(72,67,132); }

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

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

 a { background-color: rgb(72,67,132); }

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

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

 span { border-color: rgb(72,67,132); }

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