#484284

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

Shades of Dark Slate Blue #484284

Tints of Dark Slate Blue #484284

Color information

#484284 (or 0x484284) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 84. RGB value is (72,66,132). Sum of RGB (Red+Green+Blue) = 72+66+132=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #484284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484284 is #B7BD7B. Grayscale: #4B4B4B. Windows color (decimal): -12041596 or 8667720. OLE color: 8667720.

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

Color convert

RGB7266132-
CMYK0.450.500.48
HSL245.45º33.33%38.82%-
HSV(B)245.45º50%51.76%-
XYZ8.796.9422.71-
YUV75.32159.99125.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=26.67%
G=24.44%
B=48.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72661320.450.500.48245.4533.3338.82
Hex4842842D32030f52127
Octal11010220455620603654147
Binary1001000100001010000100101101110010011000011110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484284; }

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

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

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

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

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

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

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

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