Html Css Color HEX #4E5EBC Free Speech Blue

📋 copy color: '#4E5EBC'

red 78 ◦ green 94 ◦ blue 188

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

Shades of Free Speech Blue #4E5EBC

Tints of Free Speech Blue #4E5EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 21.67%
G = 26.11%
B = 52.22%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E5EBC (or 0x4E5EBC) is known color: Free Speech Blue. HEX triplet: 4E, 5E and BC. RGB value is (78,94,188). Sum of RGB (Red+Green+Blue) = 78+94+188=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5EBC is #B1A143. Grayscale: #636363. Windows color (decimal): -11641156 or 12344910. OLE color: 12344910.

HSL color Cylindrical-coordinate representation of color #4E5EBC: hue angle of 231.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E5EBC is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 94 188 -
CMYK 0.59 0.50 0 0.26
HSL 231.27º 0.45% 0.52% -
HSV(B) 231.27º 0.59% 0.74% -
XYZ 16.22 13.26 49.28 -
YUV 99.93 177.7 112.36 -
System Red Green Blue C M Y K H S L
Decimal 78 94 188 0.59 0.50 0 0.26 231.27 0.45 0.52
Hex 4E 5E BC 3B 32 0 1A E7 2D 34
Octal 116 136 274 73 62 0 32 347 55 64
Binary 1001110 1011110 10111100 111011 110010 0 11010 11100111 101101 110100

Color Harmonies of #4E5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5EBC

Black with #4E5EBC

Text Example


Text Example

White with #4E5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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