#484583

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

Shades of Dark Slate Blue #484583

Tints of Dark Slate Blue #484583

Color information

#484583 (or 0x484583) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 45 and 83. RGB value is (72,69,131). Sum of RGB (Red+Green+Blue) = 72+69+131=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #484583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484583 is #B7BA7C. Grayscale: #4C4C4C. Windows color (decimal): -12040829 or 8602952. OLE color: 8602952.

HSL color Cylindrical-coordinate representation of color #484583: hue angle of 242.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484583 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7269131-
CMYK0.450.4700.49
HSL242.9º31%39.22%-
HSV(B)242.9º47.33%51.37%-
XYZ8.97.2722.41-
YUV76.96158.49124.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=26.47%
G=25.37%
B=48.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72691310.450.4700.49242.93139.22
Hex4845832D2F031f31f27
Octal11010520355570613633747
Binary100100010001011000001110110110111101100011111001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484583; }

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

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

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

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

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

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

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

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