Shades of Free Speech Blue #463ACE
Tints of Free Speech Blue #463ACE
RGB
CMYK
RGB Variations
Color information
#463ACE (or 0x463ACE) is known color: Free Speech Blue. HEX triplet: 46, 3A and CE. RGB value is (70,58,206). Sum of RGB (Red+Green+Blue) = 70+58+206=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #463ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ACE is #B9C531. Grayscale: #4D4D4D. Windows color (decimal): -12174642 or 13515334. OLE color: 13515334.
HSL color Cylindrical-coordinate representation of color #463ACE: hue angle of 244.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463ACE is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 58 | 206 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.19 |
| HSL | 244.86º | 0.6% | 0.52% | - |
| HSV(B) | 244.86º | 0.72% | 0.81% | - |
| XYZ | 15.18 | 8.78 | 59.29 | - |
| YUV | 78.46 | 199.98 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 206 | 0.66 | 0.72 | 0 | 0.19 | 244.86 | 0.6 | 0.52 |
| Hex | 46 | 3A | CE | 42 | 48 | 0 | 13 | F5 | 3C | 34 |
| Octal | 106 | 72 | 316 | 102 | 110 | 0 | 23 | 365 | 74 | 64 |
| Binary | 1000110 | 111010 | 11001110 | 1000010 | 1001000 | 0 | 10011 | 11110101 | 111100 | 110100 |
Color Harmonies of #463ACE
Complementary color
Monochromatic Colors of #463ACE
Black with #463ACE
Text Example
Text Example
White with #463ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463ACE; }
p { color: rgb(70,58,206); }
H1.HeaderClassName
{
color: #463ACE;
}
.AnyTagClassName
{
color: #463ACE;
}
</style>
background-color css
<style>
a { background-color: #463ACE; }
a { background-color: rgb(70,58,206); }
div.DivClassName
{
background-color: #463ACE;
}
.BgClassName
{
background-color: #463ACE;
}
</style>
border-color css
<style>
span { border-color: #463ACE; }
span { border-color: rgb(70,58,206); }
td.TdClassName
{
border-color: #463ACE;
}
.TagClassName
{
border-color: #463ACE;
}
</style>