#4C488A

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

Shades of Dark Slate Blue #4C488A

Tints of Dark Slate Blue #4C488A

Color information

#4C488A (or 0x4C488A) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 48 and 8A. RGB value is (76,72,138). Sum of RGB (Red+Green+Blue) = 76+72+138=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C488A is #B3B775. Grayscale: #505050. Windows color (decimal): -11777910 or 9062476. OLE color: 9062476.

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

Color convert

RGB7672138-
CMYK0.450.4800.46
HSL243.64º31.43%41.18%-
HSV(B)243.64º47.83%54.12%-
XYZ9.898.0125.07-
YUV80.72160.33124.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=26.57%
G=25.17%
B=48.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76721380.450.4800.46243.6431.4341.18
Hex4C488A2D3002Ef41f29
Octal11411021255600563643751
Binary100110010010001000101010110111000001011101111010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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