Html Css Color HEX #4E44D7 Free Speech Blue

📋 copy color: '#4E44D7'

red 78 ◦ green 68 ◦ blue 215

#4E44D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4E44D7

Tints of Free Speech Blue #4E44D7

RGB

 RED value IS 78 (30.86% from 255) = 21.61%

 GREEN value IS 68 (26.95% from 255) = 18.84%

 BLUE value IS 215 (84.38% from 255) = 59.56%

R = 21.61%
G = 18.84%
B = 59.56%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4E44D7 (or 0x4E44D7) is known color: Free Speech Blue. HEX triplet: 4E, 44 and D7. RGB value is (78,68,215). Sum of RGB (Red+Green+Blue) = 78+68+215=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 215 (84.38% from 255 or 59.56% from 361); Max value from RGB is 215 - color contains mainly: blue. Hex color #4E44D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E44D7 is #B1BB28. Grayscale: #575757. Windows color (decimal): -11647785 or 14107726. OLE color: 14107726.

HSL color Cylindrical-coordinate representation of color #4E44D7: hue angle of 244.08º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E44D7 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 78 68 215 -
CMYK 0.64 0.68 0 0.16
HSL 244.08º 0.65% 0.55% -
HSV(B) 244.08º 0.68% 0.84% -
XYZ 17.47 10.66 65.43 -
YUV 87.75 199.81 121.05 -
System Red Green Blue C M Y K H S L
Decimal 78 68 215 0.64 0.68 0 0.16 244.08 0.65 0.55
Hex 4E 44 D7 40 44 0 10 F4 41 37
Octal 116 104 327 100 104 0 20 364 101 67
Binary 1001110 1000100 11010111 1000000 1000100 0 10000 11110100 1000001 110111

Color Harmonies of #4E44D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E44D7

Black with #4E44D7

Text Example


Text Example

White with #4E44D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E44D7;
 }
 .AnyTagClassName
 {
   color: #4E44D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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