Shades of Free Speech Blue #4756C1
Tints of Free Speech Blue #4756C1
RGB
CMYK
RGB Variations
Color information
#4756C1 (or 0x4756C1) is known color: Free Speech Blue. HEX triplet: 47, 56 and C1. RGB value is (71,86,193). Sum of RGB (Red+Green+Blue) = 71+86+193=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #4756C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4756C1 is #B8A93E. Grayscale: #5D5D5D. Windows color (decimal): -12101951 or 12670535. OLE color: 12670535.
HSL color Cylindrical-coordinate representation of color #4756C1: hue angle of 232.62º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4756C1 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 86 | 193 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.24 |
| HSL | 232.62º | 0.5% | 0.52% | - |
| HSV(B) | 232.62º | 0.63% | 0.76% | - |
| XYZ | 15.55 | 11.85 | 51.92 | - |
| YUV | 93.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 193 | 0.63 | 0.55 | 0 | 0.24 | 232.62 | 0.5 | 0.52 |
| Hex | 47 | 56 | C1 | 3F | 37 | 0 | 18 | E9 | 32 | 34 |
| Octal | 107 | 126 | 301 | 77 | 67 | 0 | 30 | 351 | 62 | 64 |
| Binary | 1000111 | 1010110 | 11000001 | 111111 | 110111 | 0 | 11000 | 11101001 | 110010 | 110100 |
Color Harmonies of #4756C1
Complementary color
Monochromatic Colors of #4756C1
Black with #4756C1
Text Example
Text Example
White with #4756C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4756C1; }
p { color: rgb(71,86,193); }
H1.HeaderClassName
{
color: #4756C1;
}
.AnyTagClassName
{
color: #4756C1;
}
</style>
background-color css
<style>
a { background-color: #4756C1; }
a { background-color: rgb(71,86,193); }
div.DivClassName
{
background-color: #4756C1;
}
.BgClassName
{
background-color: #4756C1;
}
</style>
border-color css
<style>
span { border-color: #4756C1; }
span { border-color: rgb(71,86,193); }
td.TdClassName
{
border-color: #4756C1;
}
.TagClassName
{
border-color: #4756C1;
}
</style>