#4E48C4

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

Shades of Free Speech Blue #4E48C4

Tints of Free Speech Blue #4E48C4

Color information

#4E48C4 (or 0x4E48C4) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 48 and C4. RGB value is (78,72,196). Sum of RGB (Red+Green+Blue) = 78+72+196=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 196 (76.95% from 255 or 56.65% from 346); Max value from RGB is 196 - color contains mainly: blue. Hex color #4E48C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E48C4 is #B1B73B. Grayscale: #575757. Windows color (decimal): -11646780 or 12863566. OLE color: 12863566.

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

Color convert

RGB7872196-
CMYK0.600.6300.23
HSL242.9º51.24%52.55%-
HSV(B)242.9º63.27%76.86%-
XYZ15.4210.2453.39-
YUV87.93188.99120.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.54%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 196 (76.95% from 255) = 56.65%
R=22.54%
G=20.81%
B=56.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal78721960.600.6300.23242.951.2452.55
Hex4E48C43C3F017f33335
Octal11611030474770273636365
Binary100111010010001100010011110011111101011111110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E48C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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