Shades of Free Speech Blue #463AD4
Tints of Free Speech Blue #463AD4
RGB
CMYK
RGB Variations
Color information
#463AD4 (or 0x463AD4) is known color: Free Speech Blue. HEX triplet: 46, 3A and D4. RGB value is (70,58,212). Sum of RGB (Red+Green+Blue) = 70+58+212=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 212 (83.20% from 255 or 62.35% from 340); Max value from RGB is 212 - color contains mainly: blue. Hex color #463AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463AD4 is #B9C52B. Grayscale: #4E4E4E. Windows color (decimal): -12174636 or 13908550. OLE color: 13908550.
HSL color Cylindrical-coordinate representation of color #463AD4: hue angle of 244.68º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463AD4 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 58 | 212 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.17 |
| HSL | 244.68º | 0.64% | 0.53% | - |
| HSV(B) | 244.68º | 0.73% | 0.83% | - |
| XYZ | 15.92 | 9.08 | 63.2 | - |
| YUV | 79.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 212 | 0.67 | 0.73 | 0 | 0.17 | 244.68 | 0.64 | 0.53 |
| Hex | 46 | 3A | D4 | 43 | 49 | 0 | 11 | F5 | 40 | 35 |
| Octal | 106 | 72 | 324 | 103 | 111 | 0 | 21 | 365 | 100 | 65 |
| Binary | 1000110 | 111010 | 11010100 | 1000011 | 1001001 | 0 | 10001 | 11110101 | 1000000 | 110101 |
Color Harmonies of #463AD4
Complementary color
Monochromatic Colors of #463AD4
Black with #463AD4
Text Example
Text Example
White with #463AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AD4; }
p { color: rgb(70,58,212); }
H1.HeaderClassName
{
color: #463AD4;
}
.AnyTagClassName
{
color: #463AD4;
}
</style>
background-color css
<style>
a { background-color: #463AD4; }
a { background-color: rgb(70,58,212); }
div.DivClassName
{
background-color: #463AD4;
}
.BgClassName
{
background-color: #463AD4;
}
</style>
border-color css
<style>
span { border-color: #463AD4; }
span { border-color: rgb(70,58,212); }
td.TdClassName
{
border-color: #463AD4;
}
.TagClassName
{
border-color: #463AD4;
}
</style>