#484788

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

Shades of Dark Slate Blue #484788

Tints of Dark Slate Blue #484788

Color information

#484788 (or 0x484788) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 47 and 88. RGB value is (72,71,136). Sum of RGB (Red+Green+Blue) = 72+71+136=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #484788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484788 is #B7B877. Grayscale: #4E4E4E. Windows color (decimal): -12040312 or 8931144. OLE color: 8931144.

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

Color convert

RGB7271136-
CMYK0.470.4800.47
HSL240.92º31.4%40.59%-
HSV(B)240.92º47.79%53.33%-
XYZ9.377.6624.28-
YUV78.71160.33123.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=25.81%
G=25.45%
B=48.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72711360.470.4800.47240.9231.440.59
Hex4847882F3002Ff11f29
Octal11010721057600573613751
Binary100100010001111000100010111111000001011111111000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484788; }

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

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

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

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

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

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

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

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