#4C3F80

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

Shades of Dark Slate Blue #4C3F80

Tints of Dark Slate Blue #4C3F80

Color information

#4C3F80 (or 0x4C3F80) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 3F and 80. RGB value is (76,63,128). Sum of RGB (Red+Green+Blue) = 76+63+128=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C3F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3F80 is #B3C07F. Grayscale: #4A4A4A. Windows color (decimal): -11780224 or 8404812. OLE color: 8404812.

HSL color Cylindrical-coordinate representation of color #4C3F80: hue angle of 252º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C3F80 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7663128-
CMYK0.410.5100.50
HSL252º34.03%37.45%-
HSV(B)252º50.78%50.2%-
XYZ8.656.6521.25-
YUV74.3158.31129.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.46%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=28.46%
G=23.60%
B=47.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76631280.410.5100.5025234.0337.45
Hex4C3F802933032fc2225
Octal1147720051630623744245
Binary100110011111110000000101001110011011001011111100100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,63,128); }

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

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

 a { background-color: rgb(76,63,128); }

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

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

 span { border-color: rgb(76,63,128); }

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