#484085

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

Shades of Dark Slate Blue #484085

Tints of Dark Slate Blue #484085

Color information

#484085 (or 0x484085) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 40 and 85. RGB value is (72,64,133). Sum of RGB (Red+Green+Blue) = 72+64+133=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #484085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484085 is #B7BF7A. Grayscale: #494949. Windows color (decimal): -12042107 or 8732744. OLE color: 8732744.

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

Color convert

RGB7264133-
CMYK0.460.5200.48
HSL246.96º35.03%38.63%-
HSV(B)246.96º51.88%52.16%-
XYZ8.746.7423.03-
YUV74.26161.15126.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 133 (52.34% from 255) = 49.44%
R=26.77%
G=23.79%
B=49.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72641330.460.5200.48246.9635.0338.63
Hex4840852E34030f72327
Octal11010020556640603674347
Binary1001000100000010000101101110110100011000011110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484085; }

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

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

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

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

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

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

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

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