#484192

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

Shades of Dark Slate Blue #484192

Tints of Dark Slate Blue #484192

Color information

#484192 (or 0x484192) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 41 and 92. RGB value is (72,65,146). Sum of RGB (Red+Green+Blue) = 72+65+146=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #484192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484192 is #B7BE6D. Grayscale: #4C4C4C. Windows color (decimal): -12041838 or 9584968. OLE color: 9584968.

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

Color convert

RGB7265146-
CMYK0.510.5500.43
HSL245.19º38.39%41.37%-
HSV(B)245.19º55.48%57.25%-
XYZ9.757.2328.08-
YUV76.33167.32124.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=25.44%
G=22.97%
B=51.59%

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
Decimal72651460.510.5500.43245.1938.3941.37
Hex484192333702Bf52629
Octal11010122263670533654651
Binary1001000100000110010010110011110111010101111110101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484192; }

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

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

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

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

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

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

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

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