#4C4ED9

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

Shades of Free Speech Blue #4C4ED9

Tints of Free Speech Blue #4C4ED9

Color information

#4C4ED9 (or 0x4C4ED9) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 4E and D9. RGB value is (76,78,217). Sum of RGB (Red+Green+Blue) = 76+78+217=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 217 (85.16% from 255 or 58.49% from 371); Max value from RGB is 217 - color contains mainly: blue. Hex color #4C4ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4ED9 is #B3B126. Grayscale: #5C5C5C. Windows color (decimal): -11776295 or 14241356. OLE color: 14241356.

HSL color Cylindrical-coordinate representation of color #4C4ED9: hue angle of 239.15º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C4ED9 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7678217-
CMYK0.650.6400.15
HSL239.15º64.98%57.45%-
HSV(B)239.15º64.98%85.1%-
XYZ18.231267-
YUV93.25197.84115.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 217 (85.16% from 255) = 58.49%
R=20.49%
G=21.02%
B=58.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal76782170.650.6400.15239.1564.9857.45
Hex4C4ED941400Fef4139
Octal11411633110110001735710171
Binary10011001001110110110011000001100000001111111011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,78,217); }

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

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

 a { background-color: rgb(76,78,217); }

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

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

 span { border-color: rgb(76,78,217); }

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