#484385

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

Shades of Dark Slate Blue #484385

Tints of Dark Slate Blue #484385

Color information

#484385 (or 0x484385) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 43 and 85. RGB value is (72,67,133). Sum of RGB (Red+Green+Blue) = 72+67+133=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #484385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484385 is #B7BC7A. Grayscale: #4B4B4B. Windows color (decimal): -12041339 or 8733512. OLE color: 8733512.

HSL color Cylindrical-coordinate representation of color #484385: hue angle of 244.55º 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 #484385 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7267133-
CMYK0.460.5000.48
HSL244.55º33%39.22%-
HSV(B)244.55º49.62%52.16%-
XYZ8.917.0923.09-
YUV76.02160.16125.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=26.47%
G=24.63%
B=48.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72671330.460.5000.48244.553339.22
Hex4843852E32030f52127
Octal11010320556620603654147
Binary1001000100001110000101101110110010011000011110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484385; }

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

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

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

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

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

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

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

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