Shades of Free Speech Blue #464CBB
Tints of Free Speech Blue #464CBB
RGB
CMYK
RGB Variations
Color information
#464CBB (or 0x464CBB) is known color: Free Speech Blue. HEX triplet: 46, 4C and BB. RGB value is (70,76,187). Sum of RGB (Red+Green+Blue) = 70+76+187=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #464CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CBB is #B9B344. Grayscale: #565656. Windows color (decimal): -12170053 or 12274758. OLE color: 12274758.
HSL color Cylindrical-coordinate representation of color #464CBB: hue angle of 236.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464CBB is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 76 | 187 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.27 |
| HSL | 236.92º | 0.46% | 0.5% | - |
| HSV(B) | 236.92º | 0.63% | 0.73% | - |
| XYZ | 14.08 | 10.06 | 48.21 | - |
| YUV | 86.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 187 | 0.63 | 0.59 | 0 | 0.27 | 236.92 | 0.46 | 0.5 |
| Hex | 46 | 4C | BB | 3F | 3B | 0 | 1B | ED | 2E | 32 |
| Octal | 106 | 114 | 273 | 77 | 73 | 0 | 33 | 355 | 56 | 62 |
| Binary | 1000110 | 1001100 | 10111011 | 111111 | 111011 | 0 | 11011 | 11101101 | 101110 | 110010 |
Color Harmonies of #464CBB
Complementary color
Monochromatic Colors of #464CBB
Black with #464CBB
Text Example
Text Example
White with #464CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CBB; }
p { color: rgb(70,76,187); }
H1.HeaderClassName
{
color: #464CBB;
}
.AnyTagClassName
{
color: #464CBB;
}
</style>
background-color css
<style>
a { background-color: #464CBB; }
a { background-color: rgb(70,76,187); }
div.DivClassName
{
background-color: #464CBB;
}
.BgClassName
{
background-color: #464CBB;
}
</style>
border-color css
<style>
span { border-color: #464CBB; }
span { border-color: rgb(70,76,187); }
td.TdClassName
{
border-color: #464CBB;
}
.TagClassName
{
border-color: #464CBB;
}
</style>