#484889

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

Shades of Dark Slate Blue #484889

Tints of Dark Slate Blue #484889

Color information

#484889 (or 0x484889) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 48 and 89. RGB value is (72,72,137). Sum of RGB (Red+Green+Blue) = 72+72+137=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #484889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484889 is #B7B776. Grayscale: #4F4F4F. Windows color (decimal): -12040055 or 8996936. OLE color: 8996936.

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

Color convert

RGB7272137-
CMYK0.470.4700.46
HSL240º31.1%40.98%-
HSV(B)240º47.45%53.73%-
XYZ9.517.8224.68-
YUV79.41160.5122.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=25.62%
G=25.62%
B=48.75%

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
Decimal72721370.470.4700.4624031.140.98
Hex4848892F2F02Ef01f29
Octal11011021157570563603751
Binary100100010010001000100110111110111101011101111000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484889; }

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

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

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

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

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

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

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

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