#484988

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

Shades of Dark Slate Blue #484988

Tints of Dark Slate Blue #484988

Color information

#484988 (or 0x484988) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 49 and 88. RGB value is (72,73,136). Sum of RGB (Red+Green+Blue) = 72+73+136=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #484988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484988 is #B7B677. Grayscale: #4F4F4F. Windows color (decimal): -12039800 or 8931656. OLE color: 8931656.

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

Color convert

RGB7273136-
CMYK0.470.4600.47
HSL239.06º30.77%40.78%-
HSV(B)239.06º47.06%53.33%-
XYZ9.57.9224.32-
YUV79.88159.67122.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 136 (53.52% from 255) = 48.40%
R=25.62%
G=25.98%
B=48.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72731360.470.4600.47239.0630.7740.78
Hex4849882F2E02Fef1f29
Octal11011121057560573573751
Binary100100010010011000100010111110111001011111110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484988; }

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

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

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

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

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

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

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

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