#484989

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

Shades of Dark Slate Blue #484989

Tints of Dark Slate Blue #484989

Color information

#484989 (or 0x484989) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 49 and 89. RGB value is (72,73,137). Sum of RGB (Red+Green+Blue) = 72+73+137=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #484989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484989 is #B7B676. Grayscale: #4F4F4F. Windows color (decimal): -12039799 or 8997192. OLE color: 8997192.

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

Color convert

RGB7273137-
CMYK0.470.4700.46
HSL239.08º31.1%40.98%-
HSV(B)239.08º47.45%53.73%-
XYZ9.577.9524.7-
YUV80160.17122.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 137 (53.91% from 255) = 48.58%
R=25.53%
G=25.89%
B=48.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72731370.470.4700.46239.0831.140.98
Hex4849892F2F02Eef1f29
Octal11011121157570563573751
Binary100100010010011000100110111110111101011101110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484989; }

 p { color: rgb(72,73,137); }

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

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

 a { background-color: rgb(72,73,137); }

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

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

 span { border-color: rgb(72,73,137); }

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