#484599

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

Shades of Dark Slate Blue #484599

Tints of Dark Slate Blue #484599

Color information

#484599 (or 0x484599) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 45 and 99. RGB value is (72,69,153). Sum of RGB (Red+Green+Blue) = 72+69+153=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #484599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484599 is #B7BA66. Grayscale: #4F4F4F. Windows color (decimal): -12040807 or 10044744. OLE color: 10044744.

HSL color Cylindrical-coordinate representation of color #484599: hue angle of 242.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484599 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7269153-
CMYK0.530.5500.4
HSL242.14º37.84%43.53%-
HSV(B)242.14º54.9%60%-
XYZ10.557.9331.11-
YUV79.47169.49122.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=24.49%
G=23.47%
B=52.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72691530.530.5500.4242.1437.8443.53
Hex4845993537028f2262c
Octal11010523165670503624654
Binary1001000100010110011001110101110111010100011110010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484599; }

 p { color: rgb(72,69,153); }

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

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

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

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

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

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

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