#4B4388

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

Shades of Dark Slate Blue #4B4388

Tints of Dark Slate Blue #4B4388

Color information

#4B4388 (or 0x4B4388) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 43 and 88. RGB value is (75,67,136). Sum of RGB (Red+Green+Blue) = 75+67+136=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B4388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4388 is #B4BC77. Grayscale: #4C4C4C. Windows color (decimal): -11844728 or 8930123. OLE color: 8930123.

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

Color convert

RGB7567136-
CMYK0.450.5100.47
HSL246.96º33.99%39.8%-
HSV(B)246.96º50.74%53.33%-
XYZ9.357.2924.21-
YUV77.26161.15126.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 136 (53.52% from 255) = 48.92%
R=26.98%
G=24.10%
B=48.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75671360.450.5100.47246.9633.9939.8
Hex4B43882D3302Ff72228
Octal11310321055630573674250
Binary1001011100001110001000101101110011010111111110111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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