#4E6BCA

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

Shades of Free Speech Blue #4E6BCA

Tints of Free Speech Blue #4E6BCA

Color information

#4E6BCA (or 0x4E6BCA) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 6B and CA. RGB value is (78,107,202). Sum of RGB (Red+Green+Blue) = 78+107+202=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E6BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6BCA is #B19435. Grayscale: #6C6C6C. Windows color (decimal): -11637814 or 13265742. OLE color: 13265742.

HSL color Cylindrical-coordinate representation of color #4E6BCA: hue angle of 225.97º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E6BCA is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78107202-
CMYK0.610.4700.21
HSL225.97º53.91%54.9%-
HSV(B)225.97º61.39%79.22%-
XYZ19.0616.458.04-
YUV109.16180.39105.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.16%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=20.16%
G=27.65%
B=52.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781072020.610.4700.21225.9753.9154.9
Hex4E6BCA3D2F015e23637
Octal11615331275570253426667
Binary100111011010111100101011110110111101010111100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,107,202); }

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

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

 a { background-color: rgb(78,107,202); }

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

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

 span { border-color: rgb(78,107,202); }

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