#4E5CBE

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

Shades of Free Speech Blue #4E5CBE

Tints of Free Speech Blue #4E5CBE

Color information

#4E5CBE (or 0x4E5CBE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 5C and BE. RGB value is (78,92,190). Sum of RGB (Red+Green+Blue) = 78+92+190=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E5CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5CBE is #B1A341. Grayscale: #626262. Windows color (decimal): -11641666 or 12475470. OLE color: 12475470.

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

Color convert

RGB7892190-
CMYK0.590.5200.25
HSL232.5º46.28%52.55%-
HSV(B)232.5º58.95%74.51%-
XYZ16.2612.9950.37-
YUV98.99179.36113.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.67%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=21.67%
G=25.56%
B=52.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78921900.590.5200.25232.546.2852.55
Hex4E5CBE3B34019e82e35
Octal11613427673640313505665
Binary100111010111001011111011101111010001100111101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,92,190); }

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

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

 a { background-color: rgb(78,92,190); }

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

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

 span { border-color: rgb(78,92,190); }

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