Shades of Free Speech Blue #4754D8
Tints of Free Speech Blue #4754D8
RGB
CMYK
RGB Variations
Color information
#4754D8 (or 0x4754D8) is known color: Free Speech Blue. HEX triplet: 47, 54 and D8. RGB value is (71,84,216). Sum of RGB (Red+Green+Blue) = 71+84+216=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #4754D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4754D8 is #B8AB27. Grayscale: #5E5E5E. Windows color (decimal): -12102440 or 14177351. OLE color: 14177351.
HSL color Cylindrical-coordinate representation of color #4754D8: hue angle of 234.62º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4754D8 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 84 | 216 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.15 |
| HSL | 234.62º | 0.65% | 0.56% | - |
| HSV(B) | 234.62º | 0.67% | 0.85% | - |
| XYZ | 18.16 | 12.64 | 66.45 | - |
| YUV | 95.16 | 196.19 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 216 | 0.67 | 0.61 | 0 | 0.15 | 234.62 | 0.65 | 0.56 |
| Hex | 47 | 54 | D8 | 43 | 3D | 0 | F | EB | 41 | 38 |
| Octal | 107 | 124 | 330 | 103 | 75 | 0 | 17 | 353 | 101 | 70 |
| Binary | 1000111 | 1010100 | 11011000 | 1000011 | 111101 | 0 | 1111 | 11101011 | 1000001 | 111000 |
Color Harmonies of #4754D8
Complementary color
Monochromatic Colors of #4754D8
Black with #4754D8
Text Example
Text Example
White with #4754D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4754D8; }
p { color: rgb(71,84,216); }
H1.HeaderClassName
{
color: #4754D8;
}
.AnyTagClassName
{
color: #4754D8;
}
</style>
background-color css
<style>
a { background-color: #4754D8; }
a { background-color: rgb(71,84,216); }
div.DivClassName
{
background-color: #4754D8;
}
.BgClassName
{
background-color: #4754D8;
}
</style>
border-color css
<style>
span { border-color: #4754D8; }
span { border-color: rgb(71,84,216); }
td.TdClassName
{
border-color: #4754D8;
}
.TagClassName
{
border-color: #4754D8;
}
</style>