Html Css Color HEX #4E5EBF Free Speech Blue

📋 copy color: '#4E5EBF'

red 78 ◦ green 94 ◦ blue 191

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

Shades of Free Speech Blue #4E5EBF

Tints of Free Speech Blue #4E5EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.62%

R = 21.49%
G = 25.9%
B = 52.62%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E5EBF (or 0x4E5EBF) is known color: Free Speech Blue. HEX triplet: 4E, 5E and BF. RGB value is (78,94,191). Sum of RGB (Red+Green+Blue) = 78+94+191=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E5EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5EBF is #B1A140. Grayscale: #636363. Windows color (decimal): -11641153 or 12541518. OLE color: 12541518.

HSL color Cylindrical-coordinate representation of color #4E5EBF: hue angle of 231.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E5EBF is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 94 191 -
CMYK 0.59 0.51 0 0.25
HSL 231.5º 0.47% 0.53% -
HSV(B) 231.5º 0.59% 0.75% -
XYZ 16.55 13.39 51 -
YUV 100.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 78 94 191 0.59 0.51 0 0.25 231.5 0.47 0.53
Hex 4E 5E BF 3B 33 0 19 E8 2F 35
Octal 116 136 277 73 63 0 31 350 57 65
Binary 1001110 1011110 10111111 111011 110011 0 11001 11101000 101111 110101

Color Harmonies of #4E5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5EBF

Black with #4E5EBF

Text Example


Text Example

White with #4E5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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