Shades of Free Speech Blue #4656C9
Tints of Free Speech Blue #4656C9
RGB
CMYK
RGB Variations
Color information
#4656C9 (or 0x4656C9) is known color: Free Speech Blue. HEX triplet: 46, 56 and C9. RGB value is (70,86,201). Sum of RGB (Red+Green+Blue) = 70+86+201=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #4656C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4656C9 is #B9A936. Grayscale: #5D5D5D. Windows color (decimal): -12167479 or 13194822. OLE color: 13194822.
HSL color Cylindrical-coordinate representation of color #4656C9: hue angle of 232.67º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4656C9 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 86 | 201 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.21 |
| HSL | 232.67º | 0.55% | 0.53% | - |
| HSV(B) | 232.67º | 0.65% | 0.79% | - |
| XYZ | 16.4 | 12.17 | 56.74 | - |
| YUV | 94.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 201 | 0.65 | 0.57 | 0 | 0.21 | 232.67 | 0.55 | 0.53 |
| Hex | 46 | 56 | C9 | 41 | 39 | 0 | 15 | E9 | 37 | 35 |
| Octal | 106 | 126 | 311 | 101 | 71 | 0 | 25 | 351 | 67 | 65 |
| Binary | 1000110 | 1010110 | 11001001 | 1000001 | 111001 | 0 | 10101 | 11101001 | 110111 | 110101 |
Color Harmonies of #4656C9
Complementary color
Monochromatic Colors of #4656C9
Black with #4656C9
Text Example
Text Example
White with #4656C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4656C9; }
p { color: rgb(70,86,201); }
H1.HeaderClassName
{
color: #4656C9;
}
.AnyTagClassName
{
color: #4656C9;
}
</style>
background-color css
<style>
a { background-color: #4656C9; }
a { background-color: rgb(70,86,201); }
div.DivClassName
{
background-color: #4656C9;
}
.BgClassName
{
background-color: #4656C9;
}
</style>
border-color css
<style>
span { border-color: #4656C9; }
span { border-color: rgb(70,86,201); }
td.TdClassName
{
border-color: #4656C9;
}
.TagClassName
{
border-color: #4656C9;
}
</style>