#4E44CD

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

Shades of Free Speech Blue #4E44CD

Tints of Free Speech Blue #4E44CD

Color information

#4E44CD (or 0x4E44CD) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 44 and CD. RGB value is (78,68,205). Sum of RGB (Red+Green+Blue) = 78+68+205=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E44CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E44CD is #B1BB32. Grayscale: #565656. Windows color (decimal): -11647795 or 13452366. OLE color: 13452366.

HSL color Cylindrical-coordinate representation of color #4E44CD: hue angle of 244.38º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E44CD is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7868205-
CMYK0.620.6700.20
HSL244.38º57.81%53.53%-
HSV(B)244.38º66.83%80.39%-
XYZ16.2310.1658.86-
YUV86.61194.81121.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.22%
GREEN value IS 68 (26.95% from 255) = 19.37%
BLUE value IS 205 (80.47% from 255) = 58.40%
R=22.22%
G=19.37%
B=58.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78682050.620.6700.20244.3857.8153.53
Hex4E44CD3E43014f43a36
Octal116104315761030243647266
Binary1001110100010011001101111110100001101010011110100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E44CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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