#4E4AC0

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

Shades of Free Speech Blue #4E4AC0

Tints of Free Speech Blue #4E4AC0

Color information

#4E4AC0 (or 0x4E4AC0) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4A and C0. RGB value is (78,74,192). Sum of RGB (Red+Green+Blue) = 78+74+192=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E4AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4AC0 is #B1B53F. Grayscale: #585858. Windows color (decimal): -11646272 or 12601934. OLE color: 12601934.

HSL color Cylindrical-coordinate representation of color #4E4AC0: hue angle of 242.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E4AC0 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7874192-
CMYK0.590.6100.25
HSL242.03º48.36%52.16%-
HSV(B)242.03º61.46%75.29%-
XYZ15.1110.3251.07-
YUV88.65186.33120.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.67%
GREEN value IS 74 (29.30% from 255) = 21.51%
BLUE value IS 192 (75.39% from 255) = 55.81%
R=22.67%
G=21.51%
B=55.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78741920.590.6100.25242.0348.3652.16
Hex4E4AC03B3D019f23034
Octal11611230073750313626064
Binary100111010010101100000011101111110101100111110010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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