#4E64BB

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

Shades of Free Speech Blue #4E64BB

Tints of Free Speech Blue #4E64BB

Color information

#4E64BB (or 0x4E64BB) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 64 and BB. RGB value is (78,100,187). Sum of RGB (Red+Green+Blue) = 78+100+187=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E64BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E64BB is #B19B44. Grayscale: #666666. Windows color (decimal): -11639621 or 12280910. OLE color: 12280910.

HSL color Cylindrical-coordinate representation of color #4E64BB: hue angle of 227.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E64BB is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78100187-
CMYK0.580.4700.27
HSL227.89º44.49%51.96%-
HSV(B)227.89º58.29%73.33%-
XYZ16.6714.3248.9-
YUV103.34175.21109.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.37%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=21.37%
G=27.40%
B=51.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781001870.580.4700.27227.8944.4951.96
Hex4E64BB3A2F01Be42c34
Octal11614427372570333445464
Binary100111011001001011101111101010111101101111100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E64BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,100,187); }

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

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

 a { background-color: rgb(78,100,187); }

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

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

 span { border-color: rgb(78,100,187); }

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