#4a4080

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

Shades of Dark Slate Blue #4A4080

Tints of Dark Slate Blue #4A4080

Color information

#4A4080 (or 0x4A4080) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 40 and 80. RGB value is (74,64,128). Sum of RGB (Red+Green+Blue) = 74+64+128=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #4A4080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4080 is #B5BF7F. Grayscale: #4A4A4A. Windows color (decimal): -11911040 or 8405066. OLE color: 8405066.

HSL color Cylindrical-coordinate representation of color #4A4080: hue angle of 249.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A4080 is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7464128-
CMYK0.420.500.50
HSL249.38º33.33%37.65%-
HSV(B)249.38º50%50.2%-
XYZ8.556.6821.26-
YUV74.29158.31127.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.82%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=27.82%
G=24.06%
B=48.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal74641280.420.500.50249.3833.3337.65
Hex4A40802A32032f92126
Octal11210020052620623714146
Binary1001010100000010000000101010110010011001011111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a4080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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