#4E63BF

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

Shades of Free Speech Blue #4E63BF

Tints of Free Speech Blue #4E63BF

Color information

#4E63BF (or 0x4E63BF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 63 and BF. RGB value is (78,99,191). Sum of RGB (Red+Green+Blue) = 78+99+191=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E63BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E63BF is #B19C40. Grayscale: #666666. Windows color (decimal): -11639873 or 12542798. OLE color: 12542798.

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

Color convert

RGB7899191-
CMYK0.590.4800.25
HSL228.85º46.89%52.75%-
HSV(B)228.85º59.16%74.9%-
XYZ17.0114.351.15-
YUV103.21177.54110.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.20%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 191 (75% from 255) = 51.90%
R=21.20%
G=26.90%
B=51.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78991910.590.4800.25228.8546.8952.75
Hex4E63BF3B30019e52f35
Octal11614327773600313455765
Binary100111011000111011111111101111000001100111100101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E63BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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