#484497

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

Shades of Dark Slate Blue #484497

Tints of Dark Slate Blue #484497

Color information

#484497 (or 0x484497) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 44 and 97. RGB value is (72,68,151). Sum of RGB (Red+Green+Blue) = 72+68+151=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #484497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484497 is #B7BB68. Grayscale: #4E4E4E. Windows color (decimal): -12041065 or 9913416. OLE color: 9913416.

HSL color Cylindrical-coordinate representation of color #484497: hue angle of 242.89º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484497 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7268151-
CMYK0.520.5500.41
HSL242.89º37.9%42.94%-
HSV(B)242.89º54.97%59.22%-
XYZ10.337.7530.23-
YUV78.66168.83123.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 151 (59.38% from 255) = 51.89%
R=24.74%
G=23.37%
B=51.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72681510.520.5500.41242.8937.942.94
Hex4844973437029f3262b
Octal11010422764670513634653
Binary1001000100010010010111110100110111010100111110011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484497; }

 p { color: rgb(72,68,151); }

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

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

 a { background-color: rgb(72,68,151); }

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

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

 span { border-color: rgb(72,68,151); }

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