Shades of Free Speech Blue #4C51DD
Tints of Free Speech Blue #4C51DD
RGB
CMYK
RGB Variations
Color information
#4C51DD (or 0x4C51DD) is known color: Free Speech Blue. HEX triplet: 4C, 51 and DD. RGB value is (76,81,221). Sum of RGB (Red+Green+Blue) = 76+81+221=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C51DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C51DD is #B3AE22. Grayscale: #5E5E5E. Windows color (decimal): -11775523 or 14504268. OLE color: 14504268.
HSL color Cylindrical-coordinate representation of color #4C51DD: hue angle of 237.93º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C51DD is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 81 | 221 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.13 |
| HSL | 237.93º | 0.68% | 0.58% | - |
| HSV(B) | 237.93º | 0.66% | 0.87% | - |
| XYZ | 18.97 | 12.64 | 69.85 | - |
| YUV | 95.47 | 198.84 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 221 | 0.66 | 0.63 | 0 | 0.13 | 237.93 | 0.68 | 0.58 |
| Hex | 4C | 51 | DD | 42 | 3F | 0 | D | EE | 44 | 3A |
| Octal | 114 | 121 | 335 | 102 | 77 | 0 | 15 | 356 | 104 | 72 |
| Binary | 1001100 | 1010001 | 11011101 | 1000010 | 111111 | 0 | 1101 | 11101110 | 1000100 | 111010 |
Color Harmonies of #4C51DD
Complementary color
Monochromatic Colors of #4C51DD
Black with #4C51DD
Text Example
Text Example
White with #4C51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C51DD; }
p { color: rgb(76,81,221); }
H1.HeaderClassName
{
color: #4C51DD;
}
.AnyTagClassName
{
color: #4C51DD;
}
</style>
background-color css
<style>
a { background-color: #4C51DD; }
a { background-color: rgb(76,81,221); }
div.DivClassName
{
background-color: #4C51DD;
}
.BgClassName
{
background-color: #4C51DD;
}
</style>
border-color css
<style>
span { border-color: #4C51DD; }
span { border-color: rgb(76,81,221); }
td.TdClassName
{
border-color: #4C51DD;
}
.TagClassName
{
border-color: #4C51DD;
}
</style>