#484185

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

Shades of Dark Slate Blue #484185

Tints of Dark Slate Blue #484185

Color information

#484185 (or 0x484185) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 41 and 85. RGB value is (72,65,133). Sum of RGB (Red+Green+Blue) = 72+65+133=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #484185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484185 is #B7BE7A. Grayscale: #4A4A4A. Windows color (decimal): -12041851 or 8733000. OLE color: 8733000.

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

Color convert

RGB7265133-
CMYK0.460.5100.48
HSL246.18º34.34%38.82%-
HSV(B)246.18º51.13%52.16%-
XYZ8.86.8523.05-
YUV74.84160.82125.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=26.67%
G=24.07%
B=49.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72651330.460.5100.48246.1834.3438.82
Hex4841852E33030f62227
Octal11010120556630603664247
Binary1001000100000110000101101110110011011000011110110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484185; }

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

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

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

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

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

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

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

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