#484091

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

Shades of Dark Slate Blue #484091

Tints of Dark Slate Blue #484091

Color information

#484091 (or 0x484091) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 40 and 91. RGB value is (72,64,145). Sum of RGB (Red+Green+Blue) = 72+64+145=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #484091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484091 is #B7BF6E. Grayscale: #4B4B4B. Windows color (decimal): -12042095 or 9519176. OLE color: 9519176.

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

Color convert

RGB7264145-
CMYK0.500.5600.43
HSL245.93º38.76%40.98%-
HSV(B)245.93º55.86%56.86%-
XYZ9.627.0927.65-
YUV75.63167.15125.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=25.62%
G=22.78%
B=51.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72641450.500.5600.43245.9338.7640.98
Hex484091323802Bf62729
Octal11010022162700533664751
Binary1001000100000010010001110010111000010101111110110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484091; }

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

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

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

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

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

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

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

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