#484090

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

Shades of Dark Slate Blue #484090

Tints of Dark Slate Blue #484090

Color information

#484090 (or 0x484090) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 40 and 90. RGB value is (72,64,144). Sum of RGB (Red+Green+Blue) = 72+64+144=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #484090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484090 is #B7BF6F. Grayscale: #4B4B4B. Windows color (decimal): -12042096 or 9453640. OLE color: 9453640.

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

Color convert

RGB7264144-
CMYK0.500.5600.44
HSL246º38.46%40.78%-
HSV(B)246º55.56%56.47%-
XYZ9.547.0627.25-
YUV75.51166.65125.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=25.71%
G=22.86%
B=51.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72641440.500.5600.4424638.4640.78
Hex484090323802Cf62629
Octal11010022062700543664651
Binary1001000100000010010000110010111000010110011110110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484090; }

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

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

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

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

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

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

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

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