#4E4ADD

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

Shades of Free Speech Blue #4E4ADD

Tints of Free Speech Blue #4E4ADD

Color information

#4E4ADD (or 0x4E4ADD) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4A and DD. RGB value is (78,74,221). Sum of RGB (Red+Green+Blue) = 78+74+221=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E4ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4ADD is #B1B522. Grayscale: #5B5B5B. Windows color (decimal): -11646243 or 14502478. OLE color: 14502478.

HSL color Cylindrical-coordinate representation of color #4E4ADD: hue angle of 241.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E4ADD is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7874221-
CMYK0.650.6700.13
HSL241.63º68.37%57.84%-
HSV(B)241.63º66.52%86.67%-
XYZ18.6411.7469.69-
YUV91.95200.83118.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 221 (86.72% from 255) = 59.25%
R=20.91%
G=19.84%
B=59.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78742210.650.6700.13241.6368.3757.84
Hex4E4ADD41430Df2443a
Octal11611233510110301536210472
Binary10011101001010110111011000001100001101101111100101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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