#4D40C9

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

Shades of Free Speech Blue #4D40C9

Tints of Free Speech Blue #4D40C9

Color information

#4D40C9 (or 0x4D40C9) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 40 and C9. RGB value is (77,64,201). Sum of RGB (Red+Green+Blue) = 77+64+201=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #4D40C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D40C9 is #B2BF36. Grayscale: #525252. Windows color (decimal): -11714359 or 13189197. OLE color: 13189197.

HSL color Cylindrical-coordinate representation of color #4D40C9: hue angle of 245.69º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D40C9 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7764201-
CMYK0.620.6800.21
HSL245.69º55.92%51.96%-
HSV(B)245.69º68.16%78.82%-
XYZ15.449.4656.27-
YUV83.5194.31123.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.51%
GREEN value IS 64 (25.39% from 255) = 18.71%
BLUE value IS 201 (78.91% from 255) = 58.77%
R=22.51%
G=18.71%
B=58.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal77642010.620.6800.21245.6955.9251.96
Hex4D40C93E44015f63834
Octal115100311761040253667064
Binary1001101100000011001001111110100010001010111110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D40C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,201); }

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

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

 a { background-color: rgb(77,64,201); }

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

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

 span { border-color: rgb(77,64,201); }

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