Shades of Free Speech Blue #463BD4
Tints of Free Speech Blue #463BD4
RGB
CMYK
RGB Variations
Color information
#463BD4 (or 0x463BD4) is known color: Free Speech Blue. HEX triplet: 46, 3B and D4. RGB value is (70,59,212). Sum of RGB (Red+Green+Blue) = 70+59+212=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #463BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BD4 is #B9C42B. Grayscale: #4F4F4F. Windows color (decimal): -12174380 or 13908806. OLE color: 13908806.
HSL color Cylindrical-coordinate representation of color #463BD4: hue angle of 244.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463BD4 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 59 | 212 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.17 |
| HSL | 244.31º | 0.64% | 0.53% | - |
| HSV(B) | 244.31º | 0.72% | 0.83% | - |
| XYZ | 15.97 | 9.18 | 63.22 | - |
| YUV | 79.73 | 202.64 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 212 | 0.67 | 0.72 | 0 | 0.17 | 244.31 | 0.64 | 0.53 |
| Hex | 46 | 3B | D4 | 43 | 48 | 0 | 11 | F4 | 40 | 35 |
| Octal | 106 | 73 | 324 | 103 | 110 | 0 | 21 | 364 | 100 | 65 |
| Binary | 1000110 | 111011 | 11010100 | 1000011 | 1001000 | 0 | 10001 | 11110100 | 1000000 | 110101 |
Color Harmonies of #463BD4
Complementary color
Monochromatic Colors of #463BD4
Black with #463BD4
Text Example
Text Example
White with #463BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463BD4; }
p { color: rgb(70,59,212); }
H1.HeaderClassName
{
color: #463BD4;
}
.AnyTagClassName
{
color: #463BD4;
}
</style>
background-color css
<style>
a { background-color: #463BD4; }
a { background-color: rgb(70,59,212); }
div.DivClassName
{
background-color: #463BD4;
}
.BgClassName
{
background-color: #463BD4;
}
</style>
border-color css
<style>
span { border-color: #463BD4; }
span { border-color: rgb(70,59,212); }
td.TdClassName
{
border-color: #463BD4;
}
.TagClassName
{
border-color: #463BD4;
}
</style>