Shades of Free Speech Blue #463FBB
Tints of Free Speech Blue #463FBB
RGB
CMYK
RGB Variations
Color information
#463FBB (or 0x463FBB) is known color: Free Speech Blue. HEX triplet: 46, 3F and BB. RGB value is (70,63,187). Sum of RGB (Red+Green+Blue) = 70+63+187=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #463FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FBB is #B9C044. Grayscale: #4E4E4E. Windows color (decimal): -12173381 or 12271430. OLE color: 12271430.
HSL color Cylindrical-coordinate representation of color #463FBB: hue angle of 243.39º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463FBB is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 63 | 187 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.27 |
| HSL | 243.39º | 0.5% | 0.49% | - |
| HSV(B) | 243.39º | 0.66% | 0.73% | - |
| XYZ | 13.27 | 8.44 | 47.94 | - |
| YUV | 79.23 | 188.82 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 187 | 0.63 | 0.66 | 0 | 0.27 | 243.39 | 0.5 | 0.49 |
| Hex | 46 | 3F | BB | 3F | 42 | 0 | 1B | F3 | 32 | 31 |
| Octal | 106 | 77 | 273 | 77 | 102 | 0 | 33 | 363 | 62 | 61 |
| Binary | 1000110 | 111111 | 10111011 | 111111 | 1000010 | 0 | 11011 | 11110011 | 110010 | 110001 |
Color Harmonies of #463FBB
Complementary color
Monochromatic Colors of #463FBB
Black with #463FBB
Text Example
Text Example
White with #463FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FBB; }
p { color: rgb(70,63,187); }
H1.HeaderClassName
{
color: #463FBB;
}
.AnyTagClassName
{
color: #463FBB;
}
</style>
background-color css
<style>
a { background-color: #463FBB; }
a { background-color: rgb(70,63,187); }
div.DivClassName
{
background-color: #463FBB;
}
.BgClassName
{
background-color: #463FBB;
}
</style>
border-color css
<style>
span { border-color: #463FBB; }
span { border-color: rgb(70,63,187); }
td.TdClassName
{
border-color: #463FBB;
}
.TagClassName
{
border-color: #463FBB;
}
</style>