#484095

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

Shades of Dark Slate Blue #484095

Tints of Dark Slate Blue #484095

Color information

#484095 (or 0x484095) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 40 and 95. RGB value is (72,64,149). Sum of RGB (Red+Green+Blue) = 72+64+149=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #484095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484095 is #B7BF6A. Grayscale: #4B4B4B. Windows color (decimal): -12042091 or 9781320. OLE color: 9781320.

HSL color Cylindrical-coordinate representation of color #484095: hue angle of 245.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #484095 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7264149-
CMYK0.520.5700.42
HSL245.65º39.91%41.76%-
HSV(B)245.65º57.05%58.43%-
XYZ9.937.2129.3-
YUV76.08169.15125.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=25.26%
G=22.46%
B=52.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72641490.520.5700.42245.6539.9141.76
Hex484095343902Af6282a
Octal11010022564710523665052
Binary1001000100000010010101110100111001010101011110110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484095; }

 p { color: rgb(72,64,149); }

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

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

 a { background-color: rgb(72,64,149); }

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

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

 span { border-color: rgb(72,64,149); }

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