Shades of Free Speech Blue #463BBB
Tints of Free Speech Blue #463BBB
RGB
CMYK
RGB Variations
Color information
#463BBB (or 0x463BBB) is known color: Free Speech Blue. HEX triplet: 46, 3B and BB. RGB value is (70,59,187). Sum of RGB (Red+Green+Blue) = 70+59+187=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #463BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BBB is #B9C444. Grayscale: #4C4C4C. Windows color (decimal): -12174405 or 12270406. OLE color: 12270406.
HSL color Cylindrical-coordinate representation of color #463BBB: hue angle of 245.16º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463BBB is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 59 | 187 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.27 |
| HSL | 245.16º | 0.52% | 0.48% | - |
| HSV(B) | 245.16º | 0.68% | 0.73% | - |
| XYZ | 13.06 | 8.02 | 47.87 | - |
| YUV | 76.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 187 | 0.63 | 0.68 | 0 | 0.27 | 245.16 | 0.52 | 0.48 |
| Hex | 46 | 3B | BB | 3F | 44 | 0 | 1B | F5 | 34 | 30 |
| Octal | 106 | 73 | 273 | 77 | 104 | 0 | 33 | 365 | 64 | 60 |
| Binary | 1000110 | 111011 | 10111011 | 111111 | 1000100 | 0 | 11011 | 11110101 | 110100 | 110000 |
Color Harmonies of #463BBB
Complementary color
Monochromatic Colors of #463BBB
Black with #463BBB
Text Example
Text Example
White with #463BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463BBB; }
p { color: rgb(70,59,187); }
H1.HeaderClassName
{
color: #463BBB;
}
.AnyTagClassName
{
color: #463BBB;
}
</style>
background-color css
<style>
a { background-color: #463BBB; }
a { background-color: rgb(70,59,187); }
div.DivClassName
{
background-color: #463BBB;
}
.BgClassName
{
background-color: #463BBB;
}
</style>
border-color css
<style>
span { border-color: #463BBB; }
span { border-color: rgb(70,59,187); }
td.TdClassName
{
border-color: #463BBB;
}
.TagClassName
{
border-color: #463BBB;
}
</style>