Shades of Free Speech Blue #463AB9
Tints of Free Speech Blue #463AB9
RGB
CMYK
RGB Variations
Color information
#463AB9 (or 0x463AB9) is known color: Free Speech Blue. HEX triplet: 46, 3A and B9. RGB value is (70,58,185). Sum of RGB (Red+Green+Blue) = 70+58+185=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #463AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463AB9 is #B9C546. Grayscale: #4B4B4B. Windows color (decimal): -12174663 or 12139078. OLE color: 12139078.
HSL color Cylindrical-coordinate representation of color #463AB9: hue angle of 245.67º 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 #463AB9 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 58 | 185 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.27 |
| HSL | 245.67º | 0.52% | 0.48% | - |
| HSV(B) | 245.67º | 0.69% | 0.73% | - |
| XYZ | 12.8 | 7.83 | 46.74 | - |
| YUV | 76.07 | 189.48 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 185 | 0.62 | 0.69 | 0 | 0.27 | 245.67 | 0.52 | 0.48 |
| Hex | 46 | 3A | B9 | 3E | 45 | 0 | 1B | F6 | 34 | 30 |
| Octal | 106 | 72 | 271 | 76 | 105 | 0 | 33 | 366 | 64 | 60 |
| Binary | 1000110 | 111010 | 10111001 | 111110 | 1000101 | 0 | 11011 | 11110110 | 110100 | 110000 |
Color Harmonies of #463AB9
Complementary color
Monochromatic Colors of #463AB9
Black with #463AB9
Text Example
Text Example
White with #463AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AB9; }
p { color: rgb(70,58,185); }
H1.HeaderClassName
{
color: #463AB9;
}
.AnyTagClassName
{
color: #463AB9;
}
</style>
background-color css
<style>
a { background-color: #463AB9; }
a { background-color: rgb(70,58,185); }
div.DivClassName
{
background-color: #463AB9;
}
.BgClassName
{
background-color: #463AB9;
}
</style>
border-color css
<style>
span { border-color: #463AB9; }
span { border-color: rgb(70,58,185); }
td.TdClassName
{
border-color: #463AB9;
}
.TagClassName
{
border-color: #463AB9;
}
</style>