#4B4387

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

Shades of Dark Slate Blue #4B4387

Tints of Dark Slate Blue #4B4387

Color information

#4B4387 (or 0x4B4387) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 43 and 87. RGB value is (75,67,135). Sum of RGB (Red+Green+Blue) = 75+67+135=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B4387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4387 is #B4BC78. Grayscale: #4C4C4C. Windows color (decimal): -11844729 or 8864587. OLE color: 8864587.

HSL color Cylindrical-coordinate representation of color #4B4387: hue angle of 247.06º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B4387 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7567135-
CMYK0.440.5000.47
HSL247.06º33.66%39.61%-
HSV(B)247.06º50.37%52.94%-
XYZ9.287.2623.83-
YUV77.14160.65126.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=27.08%
G=24.19%
B=48.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75671350.440.5000.47247.0633.6639.61
Hex4B43872C3202Ff72228
Octal11310320754620573674250
Binary1001011100001110000111101100110010010111111110111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,67,135); }

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

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

 a { background-color: rgb(75,67,135); }

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

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

 span { border-color: rgb(75,67,135); }

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