#4E65C0

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

Shades of Free Speech Blue #4E65C0

Tints of Free Speech Blue #4E65C0

Color information

#4E65C0 (or 0x4E65C0) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 65 and C0. RGB value is (78,101,192). Sum of RGB (Red+Green+Blue) = 78+101+192=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E65C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E65C0 is #B19A3F. Grayscale: #686868. Windows color (decimal): -11639360 or 12608846. OLE color: 12608846.

HSL color Cylindrical-coordinate representation of color #4E65C0: hue angle of 227.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E65C0 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78101192-
CMYK0.590.4700.25
HSL227.89º47.5%52.94%-
HSV(B)227.89º59.38%75.29%-
XYZ17.3114.7351.8-
YUV104.5177.38109.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.02%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 192 (75.39% from 255) = 51.75%
R=21.02%
G=27.22%
B=51.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781011920.590.4700.25227.8947.552.94
Hex4E65C03B2F019e43035
Octal11614530073570313446065
Binary100111011001011100000011101110111101100111100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E65C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,192); }

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

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

 a { background-color: rgb(78,101,192); }

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

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

 span { border-color: rgb(78,101,192); }

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