#4C5ED4

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

Shades of Free Speech Blue #4C5ED4

Tints of Free Speech Blue #4C5ED4

Color information

#4C5ED4 (or 0x4C5ED4) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 5E and D4. RGB value is (76,94,212). Sum of RGB (Red+Green+Blue) = 76+94+212=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #4C5ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5ED4 is #B3A12B. Grayscale: #656565. Windows color (decimal): -11772204 or 13917772. OLE color: 13917772.

HSL color Cylindrical-coordinate representation of color #4C5ED4: hue angle of 232.06º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C5ED4 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7694212-
CMYK0.640.5600.17
HSL232.06º61.26%56.47%-
HSV(B)232.06º64.15%83.14%-
XYZ18.8714.364.05-
YUV102.07190.04109.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.90%
GREEN value IS 94 (37.11% from 255) = 24.61%
BLUE value IS 212 (83.20% from 255) = 55.50%
R=19.90%
G=24.61%
B=55.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal76942120.640.5600.17232.0661.2656.47
Hex4C5ED44038011e83d38
Octal114136324100700213507570
Binary1001100101111011010100100000011100001000111101000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,94,212); }

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

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

 a { background-color: rgb(76,94,212); }

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

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

 span { border-color: rgb(76,94,212); }

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