#4B448E

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

Shades of Dark Slate Blue #4B448E

Tints of Dark Slate Blue #4B448E

Color information

#4B448E (or 0x4B448E) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 44 and 8E. RGB value is (75,68,142). Sum of RGB (Red+Green+Blue) = 75+68+142=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B448E is #B4BB71. Grayscale: #4E4E4E. Windows color (decimal): -11844466 or 9323595. OLE color: 9323595.

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

Color convert

RGB7568142-
CMYK0.470.5200.44
HSL245.68º35.24%41.18%-
HSV(B)245.68º52.11%55.69%-
XYZ9.857.5826.54-
YUV78.53163.82125.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 142 (55.86% from 255) = 49.82%
R=26.32%
G=23.86%
B=49.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75681420.470.5200.44245.6835.2441.18
Hex4B448E2F3402Cf62329
Octal11310421657640543664351
Binary1001011100010010001110101111110100010110011110110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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