Shades of Free Speech Blue #465AC1
Tints of Free Speech Blue #465AC1
RGB
CMYK
RGB Variations
Color information
#465AC1 (or 0x465AC1) is known color: Free Speech Blue. HEX triplet: 46, 5A and C1. RGB value is (70,90,193). Sum of RGB (Red+Green+Blue) = 70+90+193=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #465AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465AC1 is #B9A53E. Grayscale: #5F5F5F. Windows color (decimal): -12166463 or 12671558. OLE color: 12671558.
HSL color Cylindrical-coordinate representation of color #465AC1: hue angle of 230.24º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #465AC1 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 90 | 193 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.24 |
| HSL | 230.24º | 0.5% | 0.52% | - |
| HSV(B) | 230.24º | 0.64% | 0.76% | - |
| XYZ | 15.81 | 12.46 | 52.02 | - |
| YUV | 95.76 | 182.87 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 193 | 0.64 | 0.53 | 0 | 0.24 | 230.24 | 0.5 | 0.52 |
| Hex | 46 | 5A | C1 | 40 | 35 | 0 | 18 | E6 | 32 | 34 |
| Octal | 106 | 132 | 301 | 100 | 65 | 0 | 30 | 346 | 62 | 64 |
| Binary | 1000110 | 1011010 | 11000001 | 1000000 | 110101 | 0 | 11000 | 11100110 | 110010 | 110100 |
Color Harmonies of #465AC1
Complementary color
Monochromatic Colors of #465AC1
Black with #465AC1
Text Example
Text Example
White with #465AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465AC1; }
p { color: rgb(70,90,193); }
H1.HeaderClassName
{
color: #465AC1;
}
.AnyTagClassName
{
color: #465AC1;
}
</style>
background-color css
<style>
a { background-color: #465AC1; }
a { background-color: rgb(70,90,193); }
div.DivClassName
{
background-color: #465AC1;
}
.BgClassName
{
background-color: #465AC1;
}
</style>
border-color css
<style>
span { border-color: #465AC1; }
span { border-color: rgb(70,90,193); }
td.TdClassName
{
border-color: #465AC1;
}
.TagClassName
{
border-color: #465AC1;
}
</style>