#484399

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

Shades of Dark Slate Blue #484399

Tints of Dark Slate Blue #484399

Color information

#484399 (or 0x484399) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 43 and 99. RGB value is (72,67,153). Sum of RGB (Red+Green+Blue) = 72+67+153=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #484399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484399 is #B7BC66. Grayscale: #4D4D4D. Windows color (decimal): -12041319 or 10044232. OLE color: 10044232.

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

Color convert

RGB7267153-
CMYK0.530.5600.4
HSL243.49º39.09%43.14%-
HSV(B)243.49º56.21%60%-
XYZ10.437.6931.07-
YUV78.3170.16123.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.66%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=24.66%
G=22.95%
B=52.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72671530.530.5600.4243.4939.0943.14
Hex4843993538028f3272b
Octal11010323165700503634753
Binary1001000100001110011001110101111000010100011110011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484399; }

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

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

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

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

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

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

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

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