#484685

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

Shades of Dark Slate Blue #484685

Tints of Dark Slate Blue #484685

Color information

#484685 (or 0x484685) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 46 and 85. RGB value is (72,70,133). Sum of RGB (Red+Green+Blue) = 72+70+133=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #484685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484685 is #B7B97A. Grayscale: #4D4D4D. Windows color (decimal): -12040571 or 8734280. OLE color: 8734280.

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

Color convert

RGB7270133-
CMYK0.460.4700.48
HSL241.9º31.03%39.8%-
HSV(B)241.9º47.37%52.16%-
XYZ9.17.4523.15-
YUV77.78159.16123.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=26.18%
G=25.45%
B=48.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72701330.460.4700.48241.931.0339.8
Hex4846852E2F030f21f28
Octal11010620556570603623750
Binary100100010001101000010110111010111101100001111001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484685; }

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

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

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

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

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

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

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

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