Shades of Free Speech Blue #4D4ADC
Tints of Free Speech Blue #4D4ADC
RGB
CMYK
RGB Variations
Color information
#4D4ADC (or 0x4D4ADC) is known color: Free Speech Blue. HEX triplet: 4D, 4A and DC. RGB value is (77,74,220). Sum of RGB (Red+Green+Blue) = 77+74+220=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D4ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4ADC is #B2B523. Grayscale: #5A5A5A. Windows color (decimal): -11711780 or 14436941. OLE color: 14436941.
HSL color Cylindrical-coordinate representation of color #4D4ADC: hue angle of 241.23º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D4ADC is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 74 | 220 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.14 |
| HSL | 241.23º | 0.68% | 0.58% | - |
| HSV(B) | 241.23º | 0.66% | 0.86% | - |
| XYZ | 18.43 | 11.64 | 68.99 | - |
| YUV | 91.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 220 | 0.65 | 0.66 | 0 | 0.14 | 241.23 | 0.68 | 0.58 |
| Hex | 4D | 4A | DC | 41 | 42 | 0 | E | F1 | 44 | 3A |
| Octal | 115 | 112 | 334 | 101 | 102 | 0 | 16 | 361 | 104 | 72 |
| Binary | 1001101 | 1001010 | 11011100 | 1000001 | 1000010 | 0 | 1110 | 11110001 | 1000100 | 111010 |
Color Harmonies of #4D4ADC
Complementary color
Monochromatic Colors of #4D4ADC
Black with #4D4ADC
Text Example
Text Example
White with #4D4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4ADC; }
p { color: rgb(77,74,220); }
H1.HeaderClassName
{
color: #4D4ADC;
}
.AnyTagClassName
{
color: #4D4ADC;
}
</style>
background-color css
<style>
a { background-color: #4D4ADC; }
a { background-color: rgb(77,74,220); }
div.DivClassName
{
background-color: #4D4ADC;
}
.BgClassName
{
background-color: #4D4ADC;
}
</style>
border-color css
<style>
span { border-color: #4D4ADC; }
span { border-color: rgb(77,74,220); }
td.TdClassName
{
border-color: #4D4ADC;
}
.TagClassName
{
border-color: #4D4ADC;
}
</style>