Html Css Color HEX #4E5EC7 Free Speech Blue

📋 copy color: '#4E5EC7'

red 78 ◦ green 94 ◦ blue 199

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

Shades of Free Speech Blue #4E5EC7

Tints of Free Speech Blue #4E5EC7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 199 (78.13% from 255) = 53.64%

R = 21.02%
G = 25.34%
B = 53.64%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4E5EC7 (or 0x4E5EC7) is known color: Free Speech Blue. HEX triplet: 4E, 5E and C7. RGB value is (78,94,199). Sum of RGB (Red+Green+Blue) = 78+94+199=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #4E5EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5EC7 is #B1A138. Grayscale: #646464. Windows color (decimal): -11641145 or 13065806. OLE color: 13065806.

HSL color Cylindrical-coordinate representation of color #4E5EC7: hue angle of 232.07º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E5EC7 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 78 94 199 -
CMYK 0.61 0.53 0 0.22
HSL 232.07º 0.52% 0.54% -
HSV(B) 232.07º 0.61% 0.78% -
XYZ 17.45 13.75 55.77 -
YUV 101.19 183.2 111.46 -
System Red Green Blue C M Y K H S L
Decimal 78 94 199 0.61 0.53 0 0.22 232.07 0.52 0.54
Hex 4E 5E C7 3D 35 0 16 E8 34 36
Octal 116 136 307 75 65 0 26 350 64 66
Binary 1001110 1011110 11000111 111101 110101 0 10110 11101000 110100 110110

Color Harmonies of #4E5EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5EC7

Black with #4E5EC7

Text Example


Text Example

White with #4E5EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,94,199); }

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

background-color css

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

 a { background-color: rgb(78,94,199); }

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

border-color css

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

 span { border-color: rgb(78,94,199); }

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