#484283

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

Shades of Dark Slate Blue #484283

Tints of Dark Slate Blue #484283

Color information

#484283 (or 0x484283) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 83. RGB value is (72,66,131). Sum of RGB (Red+Green+Blue) = 72+66+131=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #484283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484283 is #B7BD7C. Grayscale: #4A4A4A. Windows color (decimal): -12041597 or 8602184. OLE color: 8602184.

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

Color convert

RGB7266131-
CMYK0.450.5000.49
HSL245.54º32.99%38.63%-
HSV(B)245.54º49.62%51.37%-
XYZ8.726.9122.35-
YUV75.2159.49125.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=26.77%
G=24.54%
B=48.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72661310.450.5000.49245.5432.9938.63
Hex4842832D32031f62127
Octal11010220355620613664147
Binary1001000100001010000011101101110010011000111110110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484283; }

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

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

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

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

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

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

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

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