#4B478B

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

Shades of Dark Slate Blue #4B478B

Tints of Dark Slate Blue #4B478B

Color information

#4B478B (or 0x4B478B) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 47 and 8B. RGB value is (75,71,139). Sum of RGB (Red+Green+Blue) = 75+71+139=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B478B is #B4B874. Grayscale: #4F4F4F. Windows color (decimal): -11843701 or 9127755. OLE color: 9127755.

HSL color Cylindrical-coordinate representation of color #4B478B: hue angle of 243.53º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B478B is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7571139-
CMYK0.460.4900.45
HSL243.53º32.38%41.18%-
HSV(B)243.53º48.92%54.51%-
XYZ9.827.8725.43-
YUV79.95161.33124.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=26.32%
G=24.91%
B=48.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75711390.460.4900.45243.5332.3841.18
Hex4B478B2E3102Df42029
Octal11310721356610553644051
Binary1001011100011110001011101110110001010110111110100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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