Shades of Free Speech Blue #4659B2
Tints of Free Speech Blue #4659B2
RGB
CMYK
RGB Variations
Color information
#4659B2 (or 0x4659B2) is known color: Free Speech Blue. HEX triplet: 46, 59 and B2. RGB value is (70,89,178). Sum of RGB (Red+Green+Blue) = 70+89+178=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #4659B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4659B2 is #B9A64D. Grayscale: #5D5D5D. Windows color (decimal): -12166734 or 11688262. OLE color: 11688262.
HSL color Cylindrical-coordinate representation of color #4659B2: hue angle of 229.44º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4659B2 is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 89 | 178 | - |
| CMYK | 0.61 | 0.5 | 0 | 0.30 |
| HSL | 229.44º | 0.44% | 0.49% | - |
| HSV(B) | 229.44º | 0.61% | 0.7% | - |
| XYZ | 14.13 | 11.66 | 43.63 | - |
| YUV | 93.47 | 175.71 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 178 | 0.61 | 0.5 | 0 | 0.30 | 229.44 | 0.44 | 0.49 |
| Hex | 46 | 59 | B2 | 3D | 32 | 0 | 1E | E5 | 2C | 31 |
| Octal | 106 | 131 | 262 | 75 | 62 | 0 | 36 | 345 | 54 | 61 |
| Binary | 1000110 | 1011001 | 10110010 | 111101 | 110010 | 0 | 11110 | 11100101 | 101100 | 110001 |
Color Harmonies of #4659B2
Complementary color
Monochromatic Colors of #4659B2
Black with #4659B2
Text Example
Text Example
White with #4659B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4659B2; }
p { color: rgb(70,89,178); }
H1.HeaderClassName
{
color: #4659B2;
}
.AnyTagClassName
{
color: #4659B2;
}
</style>
background-color css
<style>
a { background-color: #4659B2; }
a { background-color: rgb(70,89,178); }
div.DivClassName
{
background-color: #4659B2;
}
.BgClassName
{
background-color: #4659B2;
}
</style>
border-color css
<style>
span { border-color: #4659B2; }
span { border-color: rgb(70,89,178); }
td.TdClassName
{
border-color: #4659B2;
}
.TagClassName
{
border-color: #4659B2;
}
</style>