Html Css Color HEX #4E44D0 Free Speech Blue

📋 copy color: '#4E44D0'

red 78 ◦ green 68 ◦ blue 208

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

Shades of Free Speech Blue #4E44D0

Tints of Free Speech Blue #4E44D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.76%

R = 22.03%
G = 19.21%
B = 58.76%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4E44D0 (or 0x4E44D0) is known color: Free Speech Blue. HEX triplet: 4E, 44 and D0. RGB value is (78,68,208). Sum of RGB (Red+Green+Blue) = 78+68+208=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #4E44D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E44D0 is #B1BB2F. Grayscale: #565656. Windows color (decimal): -11647792 or 13648974. OLE color: 13648974.

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

Color convert

RGB 78 68 208 -
CMYK 0.62 0.67 0 0.18
HSL 244.29º 0.6% 0.54% -
HSV(B) 244.29º 0.67% 0.82% -
XYZ 16.59 10.31 60.79 -
YUV 86.95 196.31 121.62 -
System Red Green Blue C M Y K H S L
Decimal 78 68 208 0.62 0.67 0 0.18 244.29 0.6 0.54
Hex 4E 44 D0 3E 43 0 12 F4 3C 36
Octal 116 104 320 76 103 0 22 364 74 66
Binary 1001110 1000100 11010000 111110 1000011 0 10010 11110100 111100 110110

Color Harmonies of #4E44D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E44D0

Black with #4E44D0

Text Example


Text Example

White with #4E44D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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