Html Css Color HEX #4D4EDD Free Speech Blue

📋 copy color: '#4D4EDD'

red 77 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Blue #4D4EDD

Tints of Free Speech Blue #4D4EDD

RGB

 RED value IS 77 (30.47% from 255) = 20.48%

 GREEN value IS 78 (30.86% from 255) = 20.74%

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 20.48%
G = 20.74%
B = 58.78%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D4EDD (or 0x4D4EDD) is known color: Free Speech Blue. HEX triplet: 4D, 4E and DD. RGB value is (77,78,221). Sum of RGB (Red+Green+Blue) = 77+78+221=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D4EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4EDD is #B2B122. Grayscale: #5D5D5D. Windows color (decimal): -11710755 or 14503501. OLE color: 14503501.

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

Color convert

RGB 77 78 221 -
CMYK 0.65 0.65 0 0.13
HSL 239.58º 0.68% 0.58% -
HSV(B) 239.58º 0.65% 0.87% -
XYZ 18.84 12.25 69.78 -
YUV 94 199.67 115.87 -
System Red Green Blue C M Y K H S L
Decimal 77 78 221 0.65 0.65 0 0.13 239.58 0.68 0.58
Hex 4D 4E DD 41 41 0 D F0 44 3A
Octal 115 116 335 101 101 0 15 360 104 72
Binary 1001101 1001110 11011101 1000001 1000001 0 1101 11110000 1000100 111010

Color Harmonies of #4D4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4EDD

Black with #4D4EDD

Text Example


Text Example

White with #4D4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D4EDD;
 }
 .AnyTagClassName
 {
   color: #4D4EDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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