Shades of Free Speech Blue #4751DD
Tints of Free Speech Blue #4751DD
RGB
CMYK
RGB Variations
Color information
#4751DD (or 0x4751DD) is known color: Free Speech Blue. HEX triplet: 47, 51 and DD. RGB value is (71,81,221). Sum of RGB (Red+Green+Blue) = 71+81+221=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #4751DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4751DD is #B8AE22. Grayscale: #5D5D5D. Windows color (decimal): -12103203 or 14504263. OLE color: 14504263.
HSL color Cylindrical-coordinate representation of color #4751DD: hue angle of 236º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4751DD is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 81 | 221 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.13 |
| HSL | 236º | 0.69% | 0.57% | - |
| HSV(B) | 236º | 0.68% | 0.87% | - |
| XYZ | 18.59 | 12.44 | 69.83 | - |
| YUV | 93.97 | 199.69 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 221 | 0.68 | 0.63 | 0 | 0.13 | 236 | 0.69 | 0.57 |
| Hex | 47 | 51 | DD | 44 | 3F | 0 | D | EC | 45 | 39 |
| Octal | 107 | 121 | 335 | 104 | 77 | 0 | 15 | 354 | 105 | 71 |
| Binary | 1000111 | 1010001 | 11011101 | 1000100 | 111111 | 0 | 1101 | 11101100 | 1000101 | 111001 |
Color Harmonies of #4751DD
Complementary color
Monochromatic Colors of #4751DD
Black with #4751DD
Text Example
Text Example
White with #4751DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4751DD; }
p { color: rgb(71,81,221); }
H1.HeaderClassName
{
color: #4751DD;
}
.AnyTagClassName
{
color: #4751DD;
}
</style>
background-color css
<style>
a { background-color: #4751DD; }
a { background-color: rgb(71,81,221); }
div.DivClassName
{
background-color: #4751DD;
}
.BgClassName
{
background-color: #4751DD;
}
</style>
border-color css
<style>
span { border-color: #4751DD; }
span { border-color: rgb(71,81,221); }
td.TdClassName
{
border-color: #4751DD;
}
.TagClassName
{
border-color: #4751DD;
}
</style>