#4E53BA

Color #4E53BA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4E53BA

Tints of Free Speech Blue #4E53BA

Color information

#4E53BA (or 0x4E53BA) is unknown color: approx 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

RGB7883186-
CMYK0.580.5500.27
HSL237.22º43.9%51.76%-
HSV(B)237.22º58.06%72.94%-
XYZ15.111.3547.85-
YUV93.25180.34117.12-

RGB Variations

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

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.60%
R=22.48%
G=23.92%
B=53.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78831860.580.5500.27237.2243.951.76
Hex4E53BA3A3701Bed2c34
Octal11612327272670333555464
Binary100111010100111011101011101011011101101111101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>