Shades of Free Speech Blue #463FBE
Tints of Free Speech Blue #463FBE
RGB
CMYK
RGB Variations
Color information
#463FBE (or 0x463FBE) is known color: Free Speech Blue. HEX triplet: 46, 3F and BE. RGB value is (70,63,190). Sum of RGB (Red+Green+Blue) = 70+63+190=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #463FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FBE is #B9C041. Grayscale: #4F4F4F. Windows color (decimal): -12173378 or 12468038. OLE color: 12468038.
HSL color Cylindrical-coordinate representation of color #463FBE: hue angle of 243.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463FBE is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 63 | 190 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.25 |
| HSL | 243.31º | 0.5% | 0.5% | - |
| HSV(B) | 243.31º | 0.67% | 0.75% | - |
| XYZ | 13.6 | 8.57 | 49.65 | - |
| YUV | 79.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 190 | 0.63 | 0.67 | 0 | 0.25 | 243.31 | 0.5 | 0.5 |
| Hex | 46 | 3F | BE | 3F | 43 | 0 | 19 | F3 | 32 | 32 |
| Octal | 106 | 77 | 276 | 77 | 103 | 0 | 31 | 363 | 62 | 62 |
| Binary | 1000110 | 111111 | 10111110 | 111111 | 1000011 | 0 | 11001 | 11110011 | 110010 | 110010 |
Color Harmonies of #463FBE
Complementary color
Monochromatic Colors of #463FBE
Black with #463FBE
Text Example
Text Example
White with #463FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FBE; }
p { color: rgb(70,63,190); }
H1.HeaderClassName
{
color: #463FBE;
}
.AnyTagClassName
{
color: #463FBE;
}
</style>
background-color css
<style>
a { background-color: #463FBE; }
a { background-color: rgb(70,63,190); }
div.DivClassName
{
background-color: #463FBE;
}
.BgClassName
{
background-color: #463FBE;
}
</style>
border-color css
<style>
span { border-color: #463FBE; }
span { border-color: rgb(70,63,190); }
td.TdClassName
{
border-color: #463FBE;
}
.TagClassName
{
border-color: #463FBE;
}
</style>