#484390

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

Shades of Dark Slate Blue #484390

Tints of Dark Slate Blue #484390

Color information

#484390 (or 0x484390) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 43 and 90. RGB value is (72,67,144). Sum of RGB (Red+Green+Blue) = 72+67+144=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #484390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484390 is #B7BC6F. Grayscale: #4C4C4C. Windows color (decimal): -12041328 or 9454408. OLE color: 9454408.

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

Color convert

RGB7267144-
CMYK0.500.5300.44
HSL243.9º36.49%41.37%-
HSV(B)243.9º53.47%56.47%-
XYZ9.717.4127.3-
YUV77.27165.66124.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=25.44%
G=23.67%
B=50.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72671440.500.5300.44243.936.4941.37
Hex484390323502Cf42429
Octal11010322062650543644451
Binary1001000100001110010000110010110101010110011110100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484390; }

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

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

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

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

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

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

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

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