#4E4BC8

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

Shades of Free Speech Blue #4E4BC8

Tints of Free Speech Blue #4E4BC8

Color information

#4E4BC8 (or 0x4E4BC8) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4B and C8. RGB value is (78,75,200). Sum of RGB (Red+Green+Blue) = 78+75+200=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 200 (78.52% from 255 or 56.66% from 353); Max value from RGB is 200 - color contains mainly: blue. Hex color #4E4BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4BC8 is #B1B437. Grayscale: #595959. Windows color (decimal): -11646008 or 13126478. OLE color: 13126478.

HSL color Cylindrical-coordinate representation of color #4E4BC8: hue angle of 241.44º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E4BC8 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7875200-
CMYK0.610.6200.22
HSL241.44º53.19%53.92%-
HSV(B)241.44º62.5%78.43%-
XYZ16.0810.8255.88-
YUV90.15189.99119.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.10%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 200 (78.52% from 255) = 56.66%
R=22.10%
G=21.25%
B=56.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal78752000.610.6200.22241.4453.1953.92
Hex4E4BC83D3E016f13536
Octal11611331075760263616566
Binary100111010010111100100011110111111001011011110001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,75,200); }

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

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

 a { background-color: rgb(78,75,200); }

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

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

 span { border-color: rgb(78,75,200); }

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