Shades of Free Speech Blue #465AB3
Tints of Free Speech Blue #465AB3
RGB
CMYK
RGB Variations
Color information
#465AB3 (or 0x465AB3) is known color: Free Speech Blue. HEX triplet: 46, 5A and B3. RGB value is (70,90,179). Sum of RGB (Red+Green+Blue) = 70+90+179=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #465AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465AB3 is #B9A54C. Grayscale: #5D5D5D. Windows color (decimal): -12166477 or 11754054. OLE color: 11754054.
HSL color Cylindrical-coordinate representation of color #465AB3: hue angle of 228.99º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #465AB3 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 90 | 179 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.30 |
| HSL | 228.99º | 0.44% | 0.49% | - |
| HSV(B) | 228.99º | 0.61% | 0.7% | - |
| XYZ | 14.32 | 11.87 | 44.18 | - |
| YUV | 94.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 179 | 0.61 | 0.50 | 0 | 0.30 | 228.99 | 0.44 | 0.49 |
| Hex | 46 | 5A | B3 | 3D | 32 | 0 | 1E | E5 | 2C | 31 |
| Octal | 106 | 132 | 263 | 75 | 62 | 0 | 36 | 345 | 54 | 61 |
| Binary | 1000110 | 1011010 | 10110011 | 111101 | 110010 | 0 | 11110 | 11100101 | 101100 | 110001 |
Color Harmonies of #465AB3
Complementary color
Monochromatic Colors of #465AB3
Black with #465AB3
Text Example
Text Example
White with #465AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465AB3; }
p { color: rgb(70,90,179); }
H1.HeaderClassName
{
color: #465AB3;
}
.AnyTagClassName
{
color: #465AB3;
}
</style>
background-color css
<style>
a { background-color: #465AB3; }
a { background-color: rgb(70,90,179); }
div.DivClassName
{
background-color: #465AB3;
}
.BgClassName
{
background-color: #465AB3;
}
</style>
border-color css
<style>
span { border-color: #465AB3; }
span { border-color: rgb(70,90,179); }
td.TdClassName
{
border-color: #465AB3;
}
.TagClassName
{
border-color: #465AB3;
}
</style>