#4A407B

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

Shades of Dark Slate Blue #4A407B

Tints of Dark Slate Blue #4A407B

Color information

#4A407B (or 0x4A407B) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 40 and 7B. RGB value is (74,64,123). Sum of RGB (Red+Green+Blue) = 74+64+123=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A407B is #B5BF84. Grayscale: #494949. Windows color (decimal): -11911045 or 8077386. OLE color: 8077386.

HSL color Cylindrical-coordinate representation of color #4A407B: hue angle of 250.17º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A407B is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7464123-
CMYK0.400.4800.52
HSL250.17º31.55%36.67%-
HSV(B)250.17º47.97%48.24%-
XYZ8.236.5519.57-
YUV73.72155.81128.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.35%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=28.35%
G=24.52%
B=47.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74641230.400.4800.52250.1731.5536.67
Hex4A407B2830034fa2025
Octal11210017350600643724045
Binary100101010000001111011101000110000011010011111010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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