#4E52CF

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

Shades of Free Speech Blue #4E52CF

Tints of Free Speech Blue #4E52CF

Color information

#4E52CF (or 0x4E52CF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 52 and CF. RGB value is (78,82,207). Sum of RGB (Red+Green+Blue) = 78+82+207=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E52CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E52CF is #B1AD30. Grayscale: #5E5E5E. Windows color (decimal): -11644209 or 13587022. OLE color: 13587022.

HSL color Cylindrical-coordinate representation of color #4E52CF: hue angle of 238.14º 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 #4E52CF is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7882207-
CMYK0.620.6000.19
HSL238.14º57.33%55.88%-
HSV(B)238.14º62.32%81.18%-
XYZ17.4212.1660.46-
YUV95.05191.17115.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.25%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 207 (81.25% from 255) = 56.40%
R=21.25%
G=22.34%
B=56.40%

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
Decimal78822070.620.6000.19238.1457.3355.88
Hex4E52CF3E3C013ee3938
Octal11612231776740233567170
Binary100111010100101100111111111011110001001111101110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E52CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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