#4E4BCD

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

Shades of Free Speech Blue #4E4BCD

Tints of Free Speech Blue #4E4BCD

Color information

#4E4BCD (or 0x4E4BCD) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4B and CD. RGB value is (78,75,205). Sum of RGB (Red+Green+Blue) = 78+75+205=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E4BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4BCD is #B1B432. Grayscale: #5A5A5A. Windows color (decimal): -11646003 or 13454158. OLE color: 13454158.

HSL color Cylindrical-coordinate representation of color #4E4BCD: hue angle of 241.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E4BCD is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7875205-
CMYK0.620.6300.20
HSL241.38º56.52%54.9%-
HSV(B)241.38º63.41%80.39%-
XYZ16.6811.0659.01-
YUV90.72192.49118.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.79%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 205 (80.47% from 255) = 57.26%
R=21.79%
G=20.95%
B=57.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78752050.620.6300.20241.3856.5254.9
Hex4E4BCD3E3F014f13937
Octal11611331576770243617167
Binary100111010010111100110111111011111101010011110001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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