#4B428E

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

Shades of Dark Slate Blue #4B428E

Tints of Dark Slate Blue #4B428E

Color information

#4B428E (or 0x4B428E) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 42 and 8E. RGB value is (75,66,142). Sum of RGB (Red+Green+Blue) = 75+66+142=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B428E is #B4BD71. Grayscale: #4D4D4D. Windows color (decimal): -11844978 or 9323083. OLE color: 9323083.

HSL color Cylindrical-coordinate representation of color #4B428E: hue angle of 247.11º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B428E is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7566142-
CMYK0.470.5400.44
HSL247.11º36.54%40.78%-
HSV(B)247.11º53.52%55.69%-
XYZ9.737.3526.5-
YUV77.36164.48126.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=26.50%
G=23.32%
B=50.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75661420.470.5400.44247.1136.5440.78
Hex4B428E2F3602Cf72529
Octal11310221657660543674551
Binary1001011100001010001110101111110110010110011110111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,66,142); }

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

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

 a { background-color: rgb(75,66,142); }

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

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

 span { border-color: rgb(75,66,142); }

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