#4D4ECB

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

Shades of Free Speech Blue #4D4ECB

Tints of Free Speech Blue #4D4ECB

Color information

#4D4ECB (or 0x4D4ECB) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 4E and CB. RGB value is (77,78,203). Sum of RGB (Red+Green+Blue) = 77+78+203=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 78 (30.86% from 255 or 21.79% 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 #4D4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4ECB is #B2B134. Grayscale: #5B5B5B. Windows color (decimal): -11710773 or 13323853. OLE color: 13323853.

HSL color Cylindrical-coordinate representation of color #4D4ECB: hue angle of 239.52º 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 #4D4ECB is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7778203-
CMYK0.620.6200.20
HSL239.52º54.78%54.9%-
HSV(B)239.52º62.07%79.61%-
XYZ16.5611.3457.82-
YUV91.95190.67117.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.51%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=21.51%
G=21.79%
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
Decimal77782030.620.6200.20239.5254.7854.9
Hex4D4ECB3E3E014f03737
Octal11511631376760243606767
Binary100110110011101100101111111011111001010011110000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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