#4E4CC0

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

Shades of Free Speech Blue #4E4CC0

Tints of Free Speech Blue #4E4CC0

Color information

#4E4CC0 (or 0x4E4CC0) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4C and C0. RGB value is (78,76,192). Sum of RGB (Red+Green+Blue) = 78+76+192=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E4CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CC0 is #B1B33F. Grayscale: #595959. Windows color (decimal): -11645760 or 12602446. OLE color: 12602446.

HSL color Cylindrical-coordinate representation of color #4E4CC0: hue angle of 241.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E4CC0 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7876192-
CMYK0.590.6000.25
HSL241.03º47.93%52.55%-
HSV(B)241.03º60.42%75.29%-
XYZ15.2410.5951.11-
YUV89.82185.66119.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.54%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 192 (75.39% from 255) = 55.49%
R=22.54%
G=21.97%
B=55.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78761920.590.6000.25241.0347.9352.55
Hex4E4CC03B3C019f13035
Octal11611430073740313616065
Binary100111010011001100000011101111110001100111110001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,76,192); }

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

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

 a { background-color: rgb(78,76,192); }

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

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

 span { border-color: rgb(78,76,192); }

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