Shades of Free Speech Blue #4756D5
Tints of Free Speech Blue #4756D5
RGB
CMYK
RGB Variations
Color information
#4756D5 (or 0x4756D5) is known color: Free Speech Blue. HEX triplet: 47, 56 and D5. RGB value is (71,86,213). Sum of RGB (Red+Green+Blue) = 71+86+213=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #4756D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4756D5 is #B8A92A. Grayscale: #5F5F5F. Windows color (decimal): -12101931 or 13981255. OLE color: 13981255.
HSL color Cylindrical-coordinate representation of color #4756D5: hue angle of 233.66º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4756D5 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 86 | 213 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.16 |
| HSL | 233.66º | 0.63% | 0.56% | - |
| HSV(B) | 233.66º | 0.67% | 0.84% | - |
| XYZ | 17.94 | 12.8 | 64.48 | - |
| YUV | 95.99 | 194.03 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 213 | 0.67 | 0.60 | 0 | 0.16 | 233.66 | 0.63 | 0.56 |
| Hex | 47 | 56 | D5 | 43 | 3C | 0 | 10 | EA | 3F | 38 |
| Octal | 107 | 126 | 325 | 103 | 74 | 0 | 20 | 352 | 77 | 70 |
| Binary | 1000111 | 1010110 | 11010101 | 1000011 | 111100 | 0 | 10000 | 11101010 | 111111 | 111000 |
Color Harmonies of #4756D5
Complementary color
Monochromatic Colors of #4756D5
Black with #4756D5
Text Example
Text Example
White with #4756D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4756D5; }
p { color: rgb(71,86,213); }
H1.HeaderClassName
{
color: #4756D5;
}
.AnyTagClassName
{
color: #4756D5;
}
</style>
background-color css
<style>
a { background-color: #4756D5; }
a { background-color: rgb(71,86,213); }
div.DivClassName
{
background-color: #4756D5;
}
.BgClassName
{
background-color: #4756D5;
}
</style>
border-color css
<style>
span { border-color: #4756D5; }
span { border-color: rgb(71,86,213); }
td.TdClassName
{
border-color: #4756D5;
}
.TagClassName
{
border-color: #4756D5;
}
</style>