#4E40C8

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

Shades of Free Speech Blue #4E40C8

Tints of Free Speech Blue #4E40C8

Color information

#4E40C8 (or 0x4E40C8) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 40 and C8. RGB value is (78,64,200). Sum of RGB (Red+Green+Blue) = 78+64+200=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #4E40C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E40C8 is #B1BF37. Grayscale: #535353. Windows color (decimal): -11648824 or 13123662. OLE color: 13123662.

HSL color Cylindrical-coordinate representation of color #4E40C8: hue angle of 246.18º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E40C8 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7864200-
CMYK0.610.6800.22
HSL246.18º55.28%51.76%-
HSV(B)246.18º68%78.43%-
XYZ15.49.4655.66-
YUV83.69193.64123.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.81%
GREEN value IS 64 (25.39% from 255) = 18.71%
BLUE value IS 200 (78.52% from 255) = 58.48%
R=22.81%
G=18.71%
B=58.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal78642000.610.6800.22246.1855.2851.76
Hex4E40C83D44016f63734
Octal116100310751040263666764
Binary1001110100000011001000111101100010001011011110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E40C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,64,200); }

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

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

 a { background-color: rgb(78,64,200); }

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

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

 span { border-color: rgb(78,64,200); }

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