#4B4488

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

Shades of Dark Slate Blue #4B4488

Tints of Dark Slate Blue #4B4488

Color information

#4B4488 (or 0x4B4488) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 44 and 88. RGB value is (75,68,136). Sum of RGB (Red+Green+Blue) = 75+68+136=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B4488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4488 is #B4BB77. Grayscale: #4D4D4D. Windows color (decimal): -11844472 or 8930379. OLE color: 8930379.

HSL color Cylindrical-coordinate representation of color #4B4488: hue angle of 246.18º degrees, saturation: 0.33, 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 #4B4488 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7568136-
CMYK0.450.5000.47
HSL246.18º33.33%40%-
HSV(B)246.18º50%53.33%-
XYZ9.417.4124.23-
YUV77.84160.82125.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=26.88%
G=24.37%
B=48.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75681360.450.5000.47246.1833.3340
Hex4B44882D3202Ff62128
Octal11310421055620573664150
Binary1001011100010010001000101101110010010111111110110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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