#4E61CE

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

Shades of Free Speech Blue #4E61CE

Tints of Free Speech Blue #4E61CE

Color information

#4E61CE (or 0x4E61CE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 61 and CE. RGB value is (78,97,206). Sum of RGB (Red+Green+Blue) = 78+97+206=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E61CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E61CE is #B19E31. Grayscale: #676767. Windows color (decimal): -11640370 or 13525326. OLE color: 13525326.

HSL color Cylindrical-coordinate representation of color #4E61CE: hue angle of 231.09º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E61CE is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7897206-
CMYK0.620.5300.19
HSL231.09º56.64%55.69%-
HSV(B)231.09º62.14%80.78%-
XYZ18.5614.6360.24-
YUV103.74185.71109.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.47%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=20.47%
G=25.46%
B=54.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal78972060.620.5300.19231.0956.6455.69
Hex4E61CE3E35013e73938
Octal11614131676650233477170
Binary100111011000011100111011111011010101001111100111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E61CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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