#4A417B

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

Shades of Dark Slate Blue #4A417B

Tints of Dark Slate Blue #4A417B

Color information

#4A417B (or 0x4A417B) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 41 and 7B. RGB value is (74,65,123). Sum of RGB (Red+Green+Blue) = 74+65+123=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A417B is #B5BE84. Grayscale: #4A4A4A. Windows color (decimal): -11910789 or 8077642. OLE color: 8077642.

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

Color convert

RGB7465123-
CMYK0.400.4700.52
HSL249.31º30.85%36.86%-
HSV(B)249.31º47.15%48.24%-
XYZ8.296.6719.59-
YUV74.3155.48127.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.24%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=28.24%
G=24.81%
B=46.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74651230.400.4700.52249.3130.8536.86
Hex4A417B282F034f91f25
Octal11210117350570643713745
Binary10010101000001111101110100010111101101001111100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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