Html Css Color HEX #4E56BA Free Speech Blue

📋 copy color: '#4E56BA'

red 78 ◦ green 86 ◦ blue 186

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

Shades of Free Speech Blue #4E56BA

Tints of Free Speech Blue #4E56BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 22.29%
G = 24.57%
B = 53.14%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E56BA (or 0x4E56BA) is known color: Free Speech Blue. HEX triplet: 4E, 56 and BA. RGB value is (78,86,186). Sum of RGB (Red+Green+Blue) = 78+86+186=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E56BA is #B1A945. Grayscale: #5E5E5E. Windows color (decimal): -11643206 or 12211790. OLE color: 12211790.

HSL color Cylindrical-coordinate representation of color #4E56BA: hue angle of 235.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E56BA is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 86 186 -
CMYK 0.58 0.54 0 0.27
HSL 235.56º 0.44% 0.52% -
HSV(B) 235.56º 0.58% 0.73% -
XYZ 15.33 11.82 47.93 -
YUV 95.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 78 86 186 0.58 0.54 0 0.27 235.56 0.44 0.52
Hex 4E 56 BA 3A 36 0 1B EC 2C 34
Octal 116 126 272 72 66 0 33 354 54 64
Binary 1001110 1010110 10111010 111010 110110 0 11011 11101100 101100 110100

Color Harmonies of #4E56BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E56BA

Black with #4E56BA

Text Example


Text Example

White with #4E56BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,86,186); }

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

background-color css

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

 a { background-color: rgb(78,86,186); }

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

border-color css

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

 span { border-color: rgb(78,86,186); }

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