#4E5CC3

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

Shades of Free Speech Blue #4E5CC3

Tints of Free Speech Blue #4E5CC3

Color information

#4E5CC3 (or 0x4E5CC3) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 5C and C3. RGB value is (78,92,195). Sum of RGB (Red+Green+Blue) = 78+92+195=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 195 (76.56% from 255 or 53.42% from 365); Max value from RGB is 195 - color contains mainly: blue. Hex color #4E5CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5CC3 is #B1A33C. Grayscale: #636363. Windows color (decimal): -11641661 or 12803150. OLE color: 12803150.

HSL color Cylindrical-coordinate representation of color #4E5CC3: hue angle of 232.82º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E5CC3 is Cyan = 0.6, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7892195-
CMYK0.60.5300.24
HSL232.82º49.37%53.53%-
HSV(B)232.82º60%76.47%-
XYZ16.8213.2153.29-
YUV99.56181.86112.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.37%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 195 (76.56% from 255) = 53.42%
R=21.37%
G=25.21%
B=53.42%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal78921950.60.5300.24232.8249.3753.53
Hex4E5CC33C35018e93136
Octal11613430374650303516166
Binary100111010111001100001111110011010101100011101001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,92,195); }

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

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

 a { background-color: rgb(78,92,195); }

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

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

 span { border-color: rgb(78,92,195); }

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