#4C4681

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

Shades of Dark Slate Blue #4C4681

Tints of Dark Slate Blue #4C4681

Color information

#4C4681 (or 0x4C4681) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 46 and 81. RGB value is (76,70,129). Sum of RGB (Red+Green+Blue) = 76+70+129=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C4681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4681 is #B3B97E. Grayscale: #4E4E4E. Windows color (decimal): -11778431 or 8472140. OLE color: 8472140.

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

Color convert

RGB7670129-
CMYK0.410.4600.49
HSL246.1º29.65%39.02%-
HSV(B)246.1º45.74%50.59%-
XYZ9.137.521.74-
YUV78.52156.49126.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.64%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=27.64%
G=25.45%
B=46.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76701290.410.4600.49246.129.6539.02
Hex4C4681292E031f61e27
Octal11410620151560613663647
Binary100110010001101000000110100110111001100011111011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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