#4E46D3

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

Shades of Free Speech Blue #4E46D3

Tints of Free Speech Blue #4E46D3

Color information

#4E46D3 (or 0x4E46D3) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 46 and D3. RGB value is (78,70,211). Sum of RGB (Red+Green+Blue) = 78+70+211=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 211 (82.81% from 255 or 58.77% from 359); Max value from RGB is 211 - color contains mainly: blue. Hex color #4E46D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E46D3 is #B1B92C. Grayscale: #575757. Windows color (decimal): -11647277 or 13846094. OLE color: 13846094.

HSL color Cylindrical-coordinate representation of color #4E46D3: hue angle of 243.4º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E46D3 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7870211-
CMYK0.630.6700.17
HSL243.4º61.57%55.1%-
HSV(B)243.4º66.82%82.75%-
XYZ17.0910.762.79-
YUV88.47197.15120.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.73%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 211 (82.81% from 255) = 58.77%
R=21.73%
G=19.50%
B=58.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal78702110.630.6700.17243.461.5755.1
Hex4E46D33F43011f33e37
Octal116106323771030213637667
Binary1001110100011011010011111111100001101000111110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E46D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,70,211); }

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

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

 a { background-color: rgb(78,70,211); }

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

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

 span { border-color: rgb(78,70,211); }

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