#4D46DC

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

Shades of Free Speech Blue #4D46DC

Tints of Free Speech Blue #4D46DC

Color information

#4D46DC (or 0x4D46DC) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 46 and DC. RGB value is (77,70,220). Sum of RGB (Red+Green+Blue) = 77+70+220=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D46DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D46DC is #B2B923. Grayscale: #585858. Windows color (decimal): -11712804 or 14435917. OLE color: 14435917.

HSL color Cylindrical-coordinate representation of color #4D46DC: hue angle of 242.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D46DC is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7770220-
CMYK0.650.6800.14
HSL242.8º68.18%56.86%-
HSV(B)242.8º68.18%86.27%-
XYZ18.1711.1368.9-
YUV89.19201.82119.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.98%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 220 (86.33% from 255) = 59.95%
R=20.98%
G=19.07%
B=59.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal77702200.650.6800.14242.868.1856.86
Hex4D46DC41440Ef34439
Octal11510633410110401636310471
Binary10011011000110110111001000001100010001110111100111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D46DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,70,220); }

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

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

 a { background-color: rgb(77,70,220); }

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

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

 span { border-color: rgb(77,70,220); }

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