#4A4079

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

Shades of Dark Slate Blue #4A4079

Tints of Dark Slate Blue #4A4079

Color information

#4A4079 (or 0x4A4079) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 40 and 79. RGB value is (74,64,121). Sum of RGB (Red+Green+Blue) = 74+64+121=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A4079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4079 is #B5BF86. Grayscale: #494949. Windows color (decimal): -11911047 or 7946314. OLE color: 7946314.

HSL color Cylindrical-coordinate representation of color #4A4079: hue angle of 250.53º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A4079 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7464121-
CMYK0.390.4700.53
HSL250.53º30.81%36.27%-
HSV(B)250.53º47.11%47.45%-
XYZ8.116.518.92-
YUV73.49154.81128.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.57%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=28.57%
G=24.71%
B=46.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74641210.390.4700.53250.5330.8136.27
Hex4A4079272F035fb1f24
Octal11210017147570653733744
Binary10010101000000111100110011110111101101011111101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4079; }

 p { color: rgb(74,64,121); }

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

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

 a { background-color: rgb(74,64,121); }

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

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

 span { border-color: rgb(74,64,121); }

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