Shades of Free Speech Blue #465AB5
Tints of Free Speech Blue #465AB5
RGB
CMYK
RGB Variations
Color information
#465AB5 (or 0x465AB5) is known color: Free Speech Blue. HEX triplet: 46, 5A and B5. RGB value is (70,90,181). Sum of RGB (Red+Green+Blue) = 70+90+181=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #465AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465AB5 is #B9A54A. Grayscale: #5E5E5E. Windows color (decimal): -12166475 or 11885126. OLE color: 11885126.
HSL color Cylindrical-coordinate representation of color #465AB5: hue angle of 229.19º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #465AB5 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 90 | 181 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.29 |
| HSL | 229.19º | 0.44% | 0.49% | - |
| HSV(B) | 229.19º | 0.61% | 0.71% | - |
| XYZ | 14.52 | 11.95 | 45.26 | - |
| YUV | 94.39 | 176.87 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 181 | 0.61 | 0.50 | 0 | 0.29 | 229.19 | 0.44 | 0.49 |
| Hex | 46 | 5A | B5 | 3D | 32 | 0 | 1D | E5 | 2C | 31 |
| Octal | 106 | 132 | 265 | 75 | 62 | 0 | 35 | 345 | 54 | 61 |
| Binary | 1000110 | 1011010 | 10110101 | 111101 | 110010 | 0 | 11101 | 11100101 | 101100 | 110001 |
Color Harmonies of #465AB5
Complementary color
Monochromatic Colors of #465AB5
Black with #465AB5
Text Example
Text Example
White with #465AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465AB5; }
p { color: rgb(70,90,181); }
H1.HeaderClassName
{
color: #465AB5;
}
.AnyTagClassName
{
color: #465AB5;
}
</style>
background-color css
<style>
a { background-color: #465AB5; }
a { background-color: rgb(70,90,181); }
div.DivClassName
{
background-color: #465AB5;
}
.BgClassName
{
background-color: #465AB5;
}
</style>
border-color css
<style>
span { border-color: #465AB5; }
span { border-color: rgb(70,90,181); }
td.TdClassName
{
border-color: #465AB5;
}
.TagClassName
{
border-color: #465AB5;
}
</style>