#4c4a8a

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

Shades of Dark Slate Blue #4C4A8A

Tints of Dark Slate Blue #4C4A8A

Color information

#4C4A8A (or 0x4C4A8A) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 4A and 8A. RGB value is (76,74,138). Sum of RGB (Red+Green+Blue) = 76+74+138=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C4A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4A8A is #B3B575. Grayscale: #515151. Windows color (decimal): -11777398 or 9062988. OLE color: 9062988.

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

Color convert

RGB7674138-
CMYK0.450.4600.46
HSL241.88º30.19%41.57%-
HSV(B)241.88º46.38%54.12%-
XYZ10.028.2725.11-
YUV81.89159.66123.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.39%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=26.39%
G=25.69%
B=47.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76741380.450.4600.46241.8830.1941.57
Hex4C4A8A2D2E02Ef21e2a
Octal11411221255560563623652
Binary100110010010101000101010110110111001011101111001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c4a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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