#484096

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

Shades of Dark Slate Blue #484096

Tints of Dark Slate Blue #484096

Color information

#484096 (or 0x484096) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 40 and 96. RGB value is (72,64,150). Sum of RGB (Red+Green+Blue) = 72+64+150=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #484096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484096 is #B7BF69. Grayscale: #4B4B4B. Windows color (decimal): -12042090 or 9846856. OLE color: 9846856.

HSL color Cylindrical-coordinate representation of color #484096: hue angle of 245.58º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #484096 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7264150-
CMYK0.520.5700.41
HSL245.58º40.19%41.96%-
HSV(B)245.58º57.33%58.82%-
XYZ10.017.2529.73-
YUV76.2169.65125.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=25.17%
G=22.38%
B=52.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72641500.520.5700.41245.5840.1941.96
Hex4840963439029f6282a
Octal11010022664710513665052
Binary1001000100000010010110110100111001010100111110110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484096; }

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

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

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

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

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

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

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

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