#484285

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

Shades of Dark Slate Blue #484285

Tints of Dark Slate Blue #484285

Color information

#484285 (or 0x484285) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 85. RGB value is (72,66,133). Sum of RGB (Red+Green+Blue) = 72+66+133=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #484285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484285 is #B7BD7A. Grayscale: #4B4B4B. Windows color (decimal): -12041595 or 8733256. OLE color: 8733256.

HSL color Cylindrical-coordinate representation of color #484285: hue angle of 245.37º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484285 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7266133-
CMYK0.460.5000.48
HSL245.37º33.67%39.02%-
HSV(B)245.37º50.38%52.16%-
XYZ8.856.9723.07-
YUV75.43160.49125.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=26.57%
G=24.35%
B=49.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72661330.460.5000.48245.3733.6739.02
Hex4842852E32030f52227
Octal11010220556620603654247
Binary1001000100001010000101101110110010011000011110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484285; }

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

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

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

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

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

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

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

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