#4C488F

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

Shades of Dark Slate Blue #4C488F

Tints of Dark Slate Blue #4C488F

Color information

#4C488F (or 0x4C488F) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 48 and 8F. RGB value is (76,72,143). Sum of RGB (Red+Green+Blue) = 76+72+143=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C488F is #B3B770. Grayscale: #515151. Windows color (decimal): -11777905 or 9390156. OLE color: 9390156.

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

Color convert

RGB7672143-
CMYK0.470.5000.44
HSL243.38º33.02%42.16%-
HSV(B)243.38º49.65%56.08%-
XYZ10.268.1527.02-
YUV81.29162.83124.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.12%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 143 (56.25% from 255) = 49.14%
R=26.12%
G=24.74%
B=49.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76721430.470.5000.44243.3833.0242.16
Hex4C488F2F3202Cf3212a
Octal11411021757620543634152
Binary1001100100100010001111101111110010010110011110011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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