#4C488B

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

Shades of Dark Slate Blue #4C488B

Tints of Dark Slate Blue #4C488B

Color information

#4C488B (or 0x4C488B) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 48 and 8B. RGB value is (76,72,139). Sum of RGB (Red+Green+Blue) = 76+72+139=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C488B is #B3B774. Grayscale: #505050. Windows color (decimal): -11777909 or 9128012. OLE color: 9128012.

HSL color Cylindrical-coordinate representation of color #4C488B: hue angle of 243.58º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C488B is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7672139-
CMYK0.450.4800.45
HSL243.58º31.75%41.37%-
HSV(B)243.58º48.2%54.51%-
XYZ9.968.0425.45-
YUV80.83160.83124.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.48%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=26.48%
G=25.09%
B=48.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76721390.450.4800.45243.5831.7541.37
Hex4C488B2D3002Df42029
Octal11411021355600553644051
Binary1001100100100010001011101101110000010110111110100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,139); }

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

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

 a { background-color: rgb(76,72,139); }

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

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

 span { border-color: rgb(76,72,139); }

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