#4C4ADD

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

Shades of Free Speech Blue #4C4ADD

Tints of Free Speech Blue #4C4ADD

Color information

#4C4ADD (or 0x4C4ADD) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 4A and DD. RGB value is (76,74,221). Sum of RGB (Red+Green+Blue) = 76+74+221=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C4ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4ADD is #B3B522. Grayscale: #5A5A5A. Windows color (decimal): -11777315 or 14502476. OLE color: 14502476.

HSL color Cylindrical-coordinate representation of color #4C4ADD: hue angle of 240.82º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C4ADD is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7674221-
CMYK0.660.6700.13
HSL240.82º68.37%57.84%-
HSV(B)240.82º66.52%86.67%-
XYZ18.4811.6569.68-
YUV91.36201.16117.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 221 (86.72% from 255) = 59.57%
R=20.49%
G=19.95%
B=59.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76742210.660.6700.13240.8268.3757.84
Hex4C4ADD42430Df1443a
Octal11411233510210301536110472
Binary10011001001010110111011000010100001101101111100011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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