Html Css Color HEX #4E49CF Free Speech Blue

📋 copy color: '#4E49CF'

red 78 ◦ green 73 ◦ blue 207

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

Shades of Free Speech Blue #4E49CF

Tints of Free Speech Blue #4E49CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.39%

 BLUE value IS 207 (81.25% from 255) = 57.82%

R = 21.79%
G = 20.39%
B = 57.82%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E49CF (or 0x4E49CF) is known color: Free Speech Blue. HEX triplet: 4E, 49 and CF. RGB value is (78,73,207). Sum of RGB (Red+Green+Blue) = 78+73+207=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E49CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E49CF is #B1B630. Grayscale: #595959. Windows color (decimal): -11646513 or 13584718. OLE color: 13584718.

HSL color Cylindrical-coordinate representation of color #4E49CF: hue angle of 242.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E49CF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 73 207 -
CMYK 0.62 0.65 0 0.19
HSL 242.24º 0.58% 0.55% -
HSV(B) 242.24º 0.65% 0.81% -
XYZ 16.79 10.89 60.25 -
YUV 89.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 78 73 207 0.62 0.65 0 0.19 242.24 0.58 0.55
Hex 4E 49 CF 3E 41 0 13 F2 3A 37
Octal 116 111 317 76 101 0 23 362 72 67
Binary 1001110 1001001 11001111 111110 1000001 0 10011 11110010 111010 110111

Color Harmonies of #4E49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E49CF

Black with #4E49CF

Text Example


Text Example

White with #4E49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,73,207); }

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

background-color css

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

 a { background-color: rgb(78,73,207); }

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

border-color css

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

 span { border-color: rgb(78,73,207); }

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