#4E44CA

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

Shades of Free Speech Blue #4E44CA

Tints of Free Speech Blue #4E44CA

Color information

#4E44CA (or 0x4E44CA) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 44 and CA. RGB value is (78,68,202). Sum of RGB (Red+Green+Blue) = 78+68+202=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E44CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E44CA is #B1BB35. Grayscale: #555555. Windows color (decimal): -11647798 or 13255758. OLE color: 13255758.

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

Color convert

RGB7868202-
CMYK0.610.6600.21
HSL244.48º55.83%52.94%-
HSV(B)244.48º66.34%79.22%-
XYZ15.8710.0256.97-
YUV86.27193.31122.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.41%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 202 (79.30% from 255) = 58.05%
R=22.41%
G=19.54%
B=58.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal78682020.610.6600.21244.4855.8352.94
Hex4E44CA3D42015f43835
Octal116104312751020253647065
Binary1001110100010011001010111101100001001010111110100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E44CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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