#4E53CF

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

Shades of Free Speech Blue #4E53CF

Tints of Free Speech Blue #4E53CF

Color information

#4E53CF (or 0x4E53CF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 53 and CF. RGB value is (78,83,207). Sum of RGB (Red+Green+Blue) = 78+83+207=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E53CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E53CF is #B1AC30. Grayscale: #5F5F5F. Windows color (decimal): -11643953 or 13587278. OLE color: 13587278.

HSL color Cylindrical-coordinate representation of color #4E53CF: hue angle of 237.67º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E53CF is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7883207-
CMYK0.620.6000.19
HSL237.67º57.33%55.88%-
HSV(B)237.67º62.32%81.18%-
XYZ17.512.3160.49-
YUV95.64190.84115.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.20%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 207 (81.25% from 255) = 56.25%
R=21.20%
G=22.55%
B=56.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal78832070.620.6000.19237.6757.3355.88
Hex4E53CF3E3C013ee3938
Octal11612331776740233567170
Binary100111010100111100111111111011110001001111101110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E53CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E53CF;
 }
 .AnyTagClassName
 {
   color: #4E53CF;
 }
</style>
background-color css

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

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

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

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

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

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