#4A467E

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

Shades of Dark Slate Blue #4A467E

Tints of Dark Slate Blue #4A467E

Color information

#4A467E (or 0x4A467E) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 46 and 7E. RGB value is (74,70,126). Sum of RGB (Red+Green+Blue) = 74+70+126=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A467E is #B5B981. Grayscale: #4D4D4D. Windows color (decimal): -11909506 or 8275530. OLE color: 8275530.

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

Color convert

RGB7470126-
CMYK0.410.4400.51
HSL244.29º28.57%38.43%-
HSV(B)244.29º44.44%49.41%-
XYZ8.787.3420.69-
YUV77.58155.33125.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.41%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 126 (49.61% from 255) = 46.67%
R=27.41%
G=25.93%
B=46.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74701260.410.4400.51244.2928.5738.43
Hex4A467E292C033f41d26
Octal11210617651540633643546
Binary10010101000110111111010100110110001100111111010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,70,126); }

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

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

 a { background-color: rgb(74,70,126); }

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

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

 span { border-color: rgb(74,70,126); }

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