#4E3FC4

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

Shades of Free Speech Blue #4E3FC4

Tints of Free Speech Blue #4E3FC4

Color information

#4E3FC4 (or 0x4E3FC4) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 3F and C4. RGB value is (78,63,196). Sum of RGB (Red+Green+Blue) = 78+63+196=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #4E3FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3FC4 is #B1C03B. Grayscale: #525252. Windows color (decimal): -11649084 or 12861262. OLE color: 12861262.

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

Color convert

RGB7863196-
CMYK0.600.6800.23
HSL246.77º52.99%50.78%-
HSV(B)246.77º67.86%76.86%-
XYZ14.889.1653.21-
YUV82.65191.97124.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 196 (76.95% from 255) = 58.16%
R=23.15%
G=18.69%
B=58.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal78631960.600.6800.23246.7752.9950.78
Hex4E3FC43C44017f73533
Octal11677304741040273676563
Binary100111011111111000100111100100010001011111110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,63,196); }

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

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

 a { background-color: rgb(78,63,196); }

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

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

 span { border-color: rgb(78,63,196); }

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