#4E61C4

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

Shades of Free Speech Blue #4E61C4

Tints of Free Speech Blue #4E61C4

Color information

#4E61C4 (or 0x4E61C4) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 61 and C4. RGB value is (78,97,196). Sum of RGB (Red+Green+Blue) = 78+97+196=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #4E61C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E61C4 is #B19E3B. Grayscale: #666666. Windows color (decimal): -11640380 or 12869966. OLE color: 12869966.

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

Color convert

RGB7897196-
CMYK0.600.5100.23
HSL230.34º50%53.73%-
HSV(B)230.34º60.2%76.86%-
XYZ17.3814.1554.04-
YUV102.6180.71110.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.02%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 196 (76.95% from 255) = 52.83%
R=21.02%
G=26.15%
B=52.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal78971960.600.5100.23230.345053.73
Hex4E61C43C33017e63236
Octal11614130474630273466266
Binary100111011000011100010011110011001101011111100110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E61C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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