#484292

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

Shades of Dark Slate Blue #484292

Tints of Dark Slate Blue #484292

Color information

#484292 (or 0x484292) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 92. RGB value is (72,66,146). Sum of RGB (Red+Green+Blue) = 72+66+146=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #484292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484292 is #B7BD6D. Grayscale: #4C4C4C. Windows color (decimal): -12041582 or 9585224. OLE color: 9585224.

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

Color convert

RGB7266146-
CMYK0.510.5500.43
HSL244.5º37.74%41.57%-
HSV(B)244.5º54.79%57.25%-
XYZ9.817.3528.1-
YUV76.91166.99124.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=25.35%
G=23.24%
B=51.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72661460.510.5500.43244.537.7441.57
Hex484292333702Bf4262a
Octal11010222263670533644652
Binary1001000100001010010010110011110111010101111110100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484292; }

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

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

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

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

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

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

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

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