#4A418C

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

Shades of Dark Slate Blue #4A418C

Tints of Dark Slate Blue #4A418C

Color information

#4A418C (or 0x4A418C) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 41 and 8C. RGB value is (74,65,140). Sum of RGB (Red+Green+Blue) = 74+65+140=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A418C is #B5BE73. Grayscale: #4B4B4B. Windows color (decimal): -11910772 or 9191754. OLE color: 9191754.

HSL color Cylindrical-coordinate representation of color #4A418C: hue angle of 247.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A418C is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7465140-
CMYK0.470.5400.45
HSL247.2º36.59%40.2%-
HSV(B)247.2º53.57%54.9%-
XYZ9.457.1325.69-
YUV76.24163.98126.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.52%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=26.52%
G=23.30%
B=50.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74651400.470.5400.45247.236.5940.2
Hex4A418C2F3602Df72528
Octal11210121457660553674550
Binary1001010100000110001100101111110110010110111110111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,65,140); }

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

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

 a { background-color: rgb(74,65,140); }

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

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

 span { border-color: rgb(74,65,140); }

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