#4E4AC5

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

Shades of Free Speech Blue #4E4AC5

Tints of Free Speech Blue #4E4AC5

Color information

#4E4AC5 (or 0x4E4AC5) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4A and C5. RGB value is (78,74,197). Sum of RGB (Red+Green+Blue) = 78+74+197=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 197 (77.34% from 255 or 56.45% from 349); Max value from RGB is 197 - color contains mainly: blue. Hex color #4E4AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4AC5 is #B1B53A. Grayscale: #585858. Windows color (decimal): -11646267 or 12929614. OLE color: 12929614.

HSL color Cylindrical-coordinate representation of color #4E4AC5: hue angle of 241.95º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E4AC5 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7874197-
CMYK0.600.6200.23
HSL241.95º51.46%53.14%-
HSV(B)241.95º62.44%77.25%-
XYZ15.6710.5554.03-
YUV89.22188.83120-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.35%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 197 (77.34% from 255) = 56.45%
R=22.35%
G=21.20%
B=56.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal78741970.600.6200.23241.9551.4653.14
Hex4E4AC53C3E017f23335
Octal11611230574760273626365
Binary100111010010101100010111110011111001011111110010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,74,197); }

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

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

 a { background-color: rgb(78,74,197); }

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

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

 span { border-color: rgb(78,74,197); }

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