#4A3F7D

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

Shades of Dark Slate Blue #4A3F7D

Tints of Dark Slate Blue #4A3F7D

Color information

#4A3F7D (or 0x4A3F7D) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 3F and 7D. RGB value is (74,63,125). Sum of RGB (Red+Green+Blue) = 74+63+125=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A3F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3F7D is #B5C082. Grayscale: #494949. Windows color (decimal): -11911299 or 8208202. OLE color: 8208202.

HSL color Cylindrical-coordinate representation of color #4A3F7D: hue angle of 250.65º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A3F7D is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7463125-
CMYK0.410.5000.51
HSL250.65º32.98%36.86%-
HSV(B)250.65º49.6%49.02%-
XYZ8.36.4920.22-
YUV73.36157.14128.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.24%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=28.24%
G=24.05%
B=47.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74631250.410.5000.51250.6532.9836.86
Hex4A3F7D2932033fb2125
Octal1127717551620633734145
Binary10010101111111111101101001110010011001111111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,63,125); }

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

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

 a { background-color: rgb(74,63,125); }

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

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

 span { border-color: rgb(74,63,125); }

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