Shades of Free Speech Blue #463ABA
Tints of Free Speech Blue #463ABA
RGB
CMYK
RGB Variations
Color information
#463ABA (or 0x463ABA) is known color: Free Speech Blue. HEX triplet: 46, 3A and BA. RGB value is (70,58,186). Sum of RGB (Red+Green+Blue) = 70+58+186=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #463ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ABA is #B9C545. Grayscale: #4B4B4B. Windows color (decimal): -12174662 or 12204614. OLE color: 12204614.
HSL color Cylindrical-coordinate representation of color #463ABA: hue angle of 245.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463ABA is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 58 | 186 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.27 |
| HSL | 245.63º | 0.52% | 0.48% | - |
| HSV(B) | 245.63º | 0.69% | 0.73% | - |
| XYZ | 12.9 | 7.87 | 47.29 | - |
| YUV | 76.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 186 | 0.62 | 0.69 | 0 | 0.27 | 245.63 | 0.52 | 0.48 |
| Hex | 46 | 3A | BA | 3E | 45 | 0 | 1B | F6 | 34 | 30 |
| Octal | 106 | 72 | 272 | 76 | 105 | 0 | 33 | 366 | 64 | 60 |
| Binary | 1000110 | 111010 | 10111010 | 111110 | 1000101 | 0 | 11011 | 11110110 | 110100 | 110000 |
Color Harmonies of #463ABA
Complementary color
Monochromatic Colors of #463ABA
Black with #463ABA
Text Example
Text Example
White with #463ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463ABA; }
p { color: rgb(70,58,186); }
H1.HeaderClassName
{
color: #463ABA;
}
.AnyTagClassName
{
color: #463ABA;
}
</style>
background-color css
<style>
a { background-color: #463ABA; }
a { background-color: rgb(70,58,186); }
div.DivClassName
{
background-color: #463ABA;
}
.BgClassName
{
background-color: #463ABA;
}
</style>
border-color css
<style>
span { border-color: #463ABA; }
span { border-color: rgb(70,58,186); }
td.TdClassName
{
border-color: #463ABA;
}
.TagClassName
{
border-color: #463ABA;
}
</style>