#484890

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

Shades of Dark Slate Blue #484890

Tints of Dark Slate Blue #484890

Color information

#484890 (or 0x484890) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 48 and 90. RGB value is (72,72,144). Sum of RGB (Red+Green+Blue) = 72+72+144=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #484890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484890 is #B7B76F. Grayscale: #4F4F4F. Windows color (decimal): -12040048 or 9455688. OLE color: 9455688.

HSL color Cylindrical-coordinate representation of color #484890: hue angle of 240º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484890 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7272144-
CMYK0.500.5000.44
HSL240º33.33%42.35%-
HSV(B)240º50%56.47%-
XYZ10.028.0327.41-
YUV80.21164122.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72721440.500.5000.4424033.3342.35
Hex484890323202Cf0212a
Octal11011022062620543604152
Binary1001000100100010010000110010110010010110011110000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484890; }

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

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

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

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

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

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

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

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