#4E4CBF

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

Shades of Free Speech Blue #4E4CBF

Tints of Free Speech Blue #4E4CBF

Color information

#4E4CBF (or 0x4E4CBF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4C and BF. RGB value is (78,76,191). Sum of RGB (Red+Green+Blue) = 78+76+191=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E4CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CBF is #B1B340. Grayscale: #595959. Windows color (decimal): -11645761 or 12536910. OLE color: 12536910.

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

Color convert

RGB7876191-
CMYK0.590.6000.25
HSL241.04º47.33%52.35%-
HSV(B)241.04º60.21%74.9%-
XYZ15.1310.5550.53-
YUV89.71185.16119.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.61%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 191 (75% from 255) = 55.36%
R=22.61%
G=22.03%
B=55.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78761910.590.6000.25241.0447.3352.35
Hex4E4CBF3B3C019f12f34
Octal11611427773740313615764
Binary100111010011001011111111101111110001100111110001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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