#4C4ACD

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

Shades of Free Speech Blue #4C4ACD

Tints of Free Speech Blue #4C4ACD

Color information

#4C4ACD (or 0x4C4ACD) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 4A and CD. RGB value is (76,74,205). Sum of RGB (Red+Green+Blue) = 76+74+205=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C4ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4ACD is #B3B532. Grayscale: #595959. Windows color (decimal): -11777331 or 13453900. OLE color: 13453900.

HSL color Cylindrical-coordinate representation of color #4C4ACD: hue angle of 240.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C4ACD is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7674205-
CMYK0.630.6400.20
HSL240.92º56.71%54.71%-
HSV(B)240.92º63.9%80.39%-
XYZ16.4510.8458.98-
YUV89.53193.16118.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.41%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 205 (80.47% from 255) = 57.75%
R=21.41%
G=20.85%
B=57.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal76742050.630.6400.20240.9256.7154.71
Hex4C4ACD3F40014f13937
Octal114112315771000243617167
Binary1001100100101011001101111111100000001010011110001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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