#484280

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

Shades of Dark Slate Blue #484280

Tints of Dark Slate Blue #484280

Color information

#484280 (or 0x484280) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 80. RGB value is (72,66,128). Sum of RGB (Red+Green+Blue) = 72+66+128=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #484280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484280 is #B7BD7F. Grayscale: #4A4A4A. Windows color (decimal): -12041600 or 8405576. OLE color: 8405576.

HSL color Cylindrical-coordinate representation of color #484280: hue angle of 245.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484280 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7266128-
CMYK0.440.4800.50
HSL245.81º31.96%38.04%-
HSV(B)245.81º48.44%50.2%-
XYZ8.526.8321.29-
YUV74.86157.99125.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=27.07%
G=24.81%
B=48.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72661280.440.4800.50245.8131.9638.04
Hex4842802C30032f62026
Octal11010220054600623664046
Binary1001000100001010000000101100110000011001011110110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484280; }

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

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

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

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

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

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

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

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