#4E61BF

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

Shades of Free Speech Blue #4E61BF

Tints of Free Speech Blue #4E61BF

Color information

#4E61BF (or 0x4E61BF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 61 and BF. RGB value is (78,97,191). Sum of RGB (Red+Green+Blue) = 78+97+191=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E61BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E61BF is #B19E40. Grayscale: #656565. Windows color (decimal): -11640385 or 12542286. OLE color: 12542286.

HSL color Cylindrical-coordinate representation of color #4E61BF: hue angle of 229.91º 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 #4E61BF is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7897191-
CMYK0.590.4900.25
HSL229.91º46.89%52.75%-
HSV(B)229.91º59.16%74.9%-
XYZ16.8213.9351.09-
YUV102.04178.21110.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.31%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 191 (75% from 255) = 52.19%
R=21.31%
G=26.50%
B=52.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78971910.590.4900.25229.9146.8952.75
Hex4E61BF3B31019e62f35
Octal11614127773610313465765
Binary100111011000011011111111101111000101100111100110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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