#4E4DCB

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

Shades of Free Speech Blue #4E4DCB

Tints of Free Speech Blue #4E4DCB

Color information

#4E4DCB (or 0x4E4DCB) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4D and CB. RGB value is (78,77,203). Sum of RGB (Red+Green+Blue) = 78+77+203=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E4DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DCB is #B1B234. Grayscale: #5B5B5B. Windows color (decimal): -11645493 or 13323598. OLE color: 13323598.

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

Color convert

RGB7877203-
CMYK0.620.6200.20
HSL240.48º54.78%54.9%-
HSV(B)240.48º62.07%79.61%-
XYZ16.5811.2457.8-
YUV91.66190.83118.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.79%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=21.79%
G=21.51%
B=56.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78772030.620.6200.20240.4854.7854.9
Hex4E4DCB3E3E014f03737
Octal11611531376760243606767
Binary100111010011011100101111111011111001010011110000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,77,203); }

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

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

 a { background-color: rgb(78,77,203); }

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

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

 span { border-color: rgb(78,77,203); }

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