#4C468A

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

Shades of Dark Slate Blue #4C468A

Tints of Dark Slate Blue #4C468A

Color information

#4C468A (or 0x4C468A) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 46 and 8A. RGB value is (76,70,138). Sum of RGB (Red+Green+Blue) = 76+70+138=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C468A is #B3B975. Grayscale: #4F4F4F. Windows color (decimal): -11778422 or 9061964. OLE color: 9061964.

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

Color convert

RGB7670138-
CMYK0.450.4900.46
HSL245.29º32.69%40.78%-
HSV(B)245.29º49.28%54.12%-
XYZ9.767.7525.03-
YUV79.55160.99125.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.76%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=26.76%
G=24.65%
B=48.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76701380.450.4900.46245.2932.6940.78
Hex4C468A2D3102Ef52129
Octal11410621255610563654151
Binary1001100100011010001010101101110001010111011110101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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