Shades of Free Speech Blue #4D4ACE
Tints of Free Speech Blue #4D4ACE
RGB
CMYK
RGB Variations
Color information
#4D4ACE (or 0x4D4ACE) is known color: Free Speech Blue. HEX triplet: 4D, 4A and CE. RGB value is (77,74,206). Sum of RGB (Red+Green+Blue) = 77+74+206=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D4ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4ACE is #B2B531. Grayscale: #595959. Windows color (decimal): -11711794 or 13519437. OLE color: 13519437.
HSL color Cylindrical-coordinate representation of color #4D4ACE: hue angle of 241.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D4ACE is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 74 | 206 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.19 |
| HSL | 241.36º | 0.57% | 0.55% | - |
| HSV(B) | 241.36º | 0.64% | 0.81% | - |
| XYZ | 16.65 | 10.93 | 59.62 | - |
| YUV | 89.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 206 | 0.63 | 0.64 | 0 | 0.19 | 241.36 | 0.57 | 0.55 |
| Hex | 4D | 4A | CE | 3F | 40 | 0 | 13 | F1 | 39 | 37 |
| Octal | 115 | 112 | 316 | 77 | 100 | 0 | 23 | 361 | 71 | 67 |
| Binary | 1001101 | 1001010 | 11001110 | 111111 | 1000000 | 0 | 10011 | 11110001 | 111001 | 110111 |
Color Harmonies of #4D4ACE
Complementary color
Monochromatic Colors of #4D4ACE
Black with #4D4ACE
Text Example
Text Example
White with #4D4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4ACE; }
p { color: rgb(77,74,206); }
H1.HeaderClassName
{
color: #4D4ACE;
}
.AnyTagClassName
{
color: #4D4ACE;
}
</style>
background-color css
<style>
a { background-color: #4D4ACE; }
a { background-color: rgb(77,74,206); }
div.DivClassName
{
background-color: #4D4ACE;
}
.BgClassName
{
background-color: #4D4ACE;
}
</style>
border-color css
<style>
span { border-color: #4D4ACE; }
span { border-color: rgb(77,74,206); }
td.TdClassName
{
border-color: #4D4ACE;
}
.TagClassName
{
border-color: #4D4ACE;
}
</style>