Shades of Free Speech Blue #4D44CE
Tints of Free Speech Blue #4D44CE
RGB
CMYK
RGB Variations
Color information
#4D44CE (or 0x4D44CE) is known color: Free Speech Blue. HEX triplet: 4D, 44 and CE. RGB value is (77,68,206). Sum of RGB (Red+Green+Blue) = 77+68+206=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D44CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D44CE is #B2BB31. Grayscale: #555555. Windows color (decimal): -11713330 or 13517901. OLE color: 13517901.
HSL color Cylindrical-coordinate representation of color #4D44CE: hue angle of 243.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D44CE is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 68 | 206 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.19 |
| HSL | 243.91º | 0.58% | 0.54% | - |
| HSV(B) | 243.91º | 0.67% | 0.81% | - |
| XYZ | 16.27 | 10.17 | 59.5 | - |
| YUV | 86.42 | 195.48 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 206 | 0.63 | 0.67 | 0 | 0.19 | 243.91 | 0.58 | 0.54 |
| Hex | 4D | 44 | CE | 3F | 43 | 0 | 13 | F4 | 3A | 36 |
| Octal | 115 | 104 | 316 | 77 | 103 | 0 | 23 | 364 | 72 | 66 |
| Binary | 1001101 | 1000100 | 11001110 | 111111 | 1000011 | 0 | 10011 | 11110100 | 111010 | 110110 |
Color Harmonies of #4D44CE
Complementary color
Monochromatic Colors of #4D44CE
Black with #4D44CE
Text Example
Text Example
White with #4D44CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D44CE; }
p { color: rgb(77,68,206); }
H1.HeaderClassName
{
color: #4D44CE;
}
.AnyTagClassName
{
color: #4D44CE;
}
</style>
background-color css
<style>
a { background-color: #4D44CE; }
a { background-color: rgb(77,68,206); }
div.DivClassName
{
background-color: #4D44CE;
}
.BgClassName
{
background-color: #4D44CE;
}
</style>
border-color css
<style>
span { border-color: #4D44CE; }
span { border-color: rgb(77,68,206); }
td.TdClassName
{
border-color: #4D44CE;
}
.TagClassName
{
border-color: #4D44CE;
}
</style>