#4E4ACA

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

Shades of Free Speech Blue #4E4ACA

Tints of Free Speech Blue #4E4ACA

Color information

#4E4ACA (or 0x4E4ACA) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4A and CA. RGB value is (78,74,202). Sum of RGB (Red+Green+Blue) = 78+74+202=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E4ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4ACA is #B1B535. Grayscale: #595959. Windows color (decimal): -11646262 or 13257294. OLE color: 13257294.

HSL color Cylindrical-coordinate representation of color #4E4ACA: hue angle of 241.88º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E4ACA is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7874202-
CMYK0.610.6300.21
HSL241.88º54.7%54.12%-
HSV(B)241.88º63.37%79.22%-
XYZ16.2510.7857.1-
YUV89.79191.33119.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.03%
GREEN value IS 74 (29.30% from 255) = 20.90%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=22.03%
G=20.90%
B=57.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal78742020.610.6300.21241.8854.754.12
Hex4E4ACA3D3F015f23736
Octal11611231275770253626766
Binary100111010010101100101011110111111101010111110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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