#4B478D

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

Shades of Dark Slate Blue #4B478D

Tints of Dark Slate Blue #4B478D

Color information

#4B478D (or 0x4B478D) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 47 and 8D. RGB value is (75,71,141). Sum of RGB (Red+Green+Blue) = 75+71+141=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B478D is #B4B872. Grayscale: #4F4F4F. Windows color (decimal): -11843699 or 9258827. OLE color: 9258827.

HSL color Cylindrical-coordinate representation of color #4B478D: hue angle of 243.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B478D is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7571141-
CMYK0.470.5000.45
HSL243.43º33.02%41.57%-
HSV(B)243.43º49.65%55.29%-
XYZ9.967.9326.2-
YUV80.18162.33124.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=26.13%
G=24.74%
B=49.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75711410.470.5000.45243.4333.0241.57
Hex4B478D2F3202Df3212a
Octal11310721557620553634152
Binary1001011100011110001101101111110010010110111110011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,141); }

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

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

 a { background-color: rgb(75,71,141); }

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

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

 span { border-color: rgb(75,71,141); }

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