#484282

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

Shades of Dark Slate Blue #484282

Tints of Dark Slate Blue #484282

Color information

#484282 (or 0x484282) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 82. RGB value is (72,66,130). Sum of RGB (Red+Green+Blue) = 72+66+130=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #484282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484282 is #B7BD7D. Grayscale: #4A4A4A. Windows color (decimal): -12041598 or 8536648. OLE color: 8536648.

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

Color convert

RGB7266130-
CMYK0.450.4900.49
HSL245.62º32.65%38.43%-
HSV(B)245.62º49.23%50.98%-
XYZ8.656.8921.99-
YUV75.09158.99125.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=26.87%
G=24.63%
B=48.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72661300.450.4900.49245.6232.6538.43
Hex4842822D31031f62126
Octal11010220255610613664146
Binary1001000100001010000010101101110001011000111110110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484282; }

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

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

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

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

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

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

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

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