#4A4082

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

Shades of Dark Slate Blue #4A4082

Tints of Dark Slate Blue #4A4082

Color information

#4A4082 (or 0x4A4082) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 40 and 82. RGB value is (74,64,130). Sum of RGB (Red+Green+Blue) = 74+64+130=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A4082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4082 is #B5BF7D. Grayscale: #4A4A4A. Windows color (decimal): -11911038 or 8536138. OLE color: 8536138.

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

Color convert

RGB7464130-
CMYK0.430.5100.49
HSL249.09º34.02%38.04%-
HSV(B)249.09º50.77%50.98%-
XYZ8.696.7321.96-
YUV74.51159.31127.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.61%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=27.61%
G=23.88%
B=48.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74641300.430.5100.49249.0934.0238.04
Hex4A40822B33031f92226
Octal11210020253630613714246
Binary1001010100000010000010101011110011011000111111001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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