#4B428B

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

Shades of Dark Slate Blue #4B428B

Tints of Dark Slate Blue #4B428B

Color information

#4B428B (or 0x4B428B) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 42 and 8B. RGB value is (75,66,139). Sum of RGB (Red+Green+Blue) = 75+66+139=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B428B is #B4BD74. Grayscale: #4C4C4C. Windows color (decimal): -11844981 or 9126475. OLE color: 9126475.

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

Color convert

RGB7566139-
CMYK0.460.5300.45
HSL247.4º35.61%40.2%-
HSV(B)247.4º52.52%54.51%-
XYZ9.517.2625.33-
YUV77.01162.98126.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.79%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=26.79%
G=23.57%
B=49.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75661390.460.5300.45247.435.6140.2
Hex4B428B2E3502Df72428
Octal11310221356650553674450
Binary1001011100001010001011101110110101010110111110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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