#484299

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

Shades of Dark Slate Blue #484299

Tints of Dark Slate Blue #484299

Color information

#484299 (or 0x484299) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 99. RGB value is (72,66,153). Sum of RGB (Red+Green+Blue) = 72+66+153=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #484299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484299 is #B7BD66. Grayscale: #4D4D4D. Windows color (decimal): -12041575 or 10043976. OLE color: 10043976.

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

Color convert

RGB7266153-
CMYK0.530.5700.4
HSL244.14º39.73%42.94%-
HSV(B)244.14º56.86%60%-
XYZ10.377.5731.05-
YUV77.71170.49123.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=24.74%
G=22.68%
B=52.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72661530.530.5700.4244.1439.7342.94
Hex4842993539028f4282b
Octal11010223165710503645053
Binary1001000100001010011001110101111001010100011110100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484299; }

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

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

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

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

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

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

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

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