Html Css Color HEX #4E53BA Free Speech Blue

📋 copy color: '#4E53BA'

red 78 ◦ green 83 ◦ blue 186

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

Shades of Free Speech Blue #4E53BA

Tints of Free Speech Blue #4E53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 22.48%
G = 23.92%
B = 53.6%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E53BA (or 0x4E53BA) is known color: Free Speech Blue. HEX triplet: 4E, 53 and BA. RGB value is (78,83,186). Sum of RGB (Red+Green+Blue) = 78+83+186=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E53BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E53BA is #B1AC45. Grayscale: #5C5C5C. Windows color (decimal): -11643974 or 12211022. OLE color: 12211022.

HSL color Cylindrical-coordinate representation of color #4E53BA: hue angle of 237.22º 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 #4E53BA is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 83 186 -
CMYK 0.58 0.55 0 0.27
HSL 237.22º 0.44% 0.52% -
HSV(B) 237.22º 0.58% 0.73% -
XYZ 15.1 11.35 47.85 -
YUV 93.25 180.34 117.12 -
System Red Green Blue C M Y K H S L
Decimal 78 83 186 0.58 0.55 0 0.27 237.22 0.44 0.52
Hex 4E 53 BA 3A 37 0 1B ED 2C 34
Octal 116 123 272 72 67 0 33 355 54 64
Binary 1001110 1010011 10111010 111010 110111 0 11011 11101101 101100 110100

Color Harmonies of #4E53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E53BA

Black with #4E53BA

Text Example


Text Example

White with #4E53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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