Html Css Color HEX #4D46DC Free Speech Blue

📋 copy color: '#4D46DC'

red 77 ◦ green 70 ◦ blue 220

#4D46DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4D46DC

Tints of Free Speech Blue #4D46DC

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 value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D46DC (or 0x4D46DC) is known color: 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

RGB 77 70 220 -
CMYK 0.65 0.68 0 0.14
HSL 242.8º 0.68% 0.57% -
HSV(B) 242.8º 0.68% 0.86% -
XYZ 18.17 11.13 68.9 -
YUV 89.19 201.82 119.3 -
System Red Green Blue C M Y K H S L
Decimal 77 70 220 0.65 0.68 0 0.14 242.8 0.68 0.57
Hex 4D 46 DC 41 44 0 E F3 44 39
Octal 115 106 334 101 104 0 16 363 104 71
Binary 1001101 1000110 11011100 1000001 1000100 0 1110 11110011 1000100 111001

Color Harmonies of #4D46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D46DC

Black with #4D46DC

Text Example


Text Example

White with #4D46DC

Text Example


Text Example

HTML Codes & Css Web 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>