#4C498F

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

Shades of Dark Slate Blue #4C498F

Tints of Dark Slate Blue #4C498F

Color information

#4C498F (or 0x4C498F) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 49 and 8F. RGB value is (76,73,143). Sum of RGB (Red+Green+Blue) = 76+73+143=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C498F is #B3B670. Grayscale: #515151. Windows color (decimal): -11777649 or 9390412. OLE color: 9390412.

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

Color convert

RGB7673143-
CMYK0.470.4900.44
HSL242.57º32.41%42.35%-
HSV(B)242.57º48.95%56.08%-
XYZ10.328.2827.04-
YUV81.88162.49123.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 143 (56.25% from 255) = 48.97%
R=26.03%
G=25%
B=48.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76731430.470.4900.44242.5732.4142.35
Hex4C498F2F3102Cf3202a
Octal11411121757610543634052
Binary1001100100100110001111101111110001010110011110011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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