#4B428A

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

Shades of Dark Slate Blue #4B428A

Tints of Dark Slate Blue #4B428A

Color information

#4B428A (or 0x4B428A) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 42 and 8A. RGB value is (75,66,138). Sum of RGB (Red+Green+Blue) = 75+66+138=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B428A is #B4BD75. Grayscale: #4C4C4C. Windows color (decimal): -11844982 or 9060939. OLE color: 9060939.

HSL color Cylindrical-coordinate representation of color #4B428A: hue angle of 247.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B428A is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7566138-
CMYK0.460.5200.46
HSL247.5º35.29%40%-
HSV(B)247.5º52.17%54.12%-
XYZ9.447.2324.94-
YUV76.9162.48126.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=26.88%
G=23.66%
B=49.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75661380.460.5200.46247.535.2940
Hex4B428A2E3402Ef82328
Octal11310221256640563704350
Binary1001011100001010001010101110110100010111011111000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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