Shades of Free Speech Blue #465CBB
Tints of Free Speech Blue #465CBB
RGB
CMYK
RGB Variations
Color information
#465CBB (or 0x465CBB) is known color: Free Speech Blue. HEX triplet: 46, 5C and BB. RGB value is (70,92,187). Sum of RGB (Red+Green+Blue) = 70+92+187=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #465CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CBB is #B9A344. Grayscale: #5F5F5F. Windows color (decimal): -12165957 or 12278854. OLE color: 12278854.
HSL color Cylindrical-coordinate representation of color #465CBB: hue angle of 228.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465CBB is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 92 | 187 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.27 |
| HSL | 228.72º | 0.46% | 0.5% | - |
| HSV(B) | 228.72º | 0.63% | 0.73% | - |
| XYZ | 15.32 | 12.54 | 48.63 | - |
| YUV | 96.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 187 | 0.63 | 0.51 | 0 | 0.27 | 228.72 | 0.46 | 0.5 |
| Hex | 46 | 5C | BB | 3F | 33 | 0 | 1B | E5 | 2E | 32 |
| Octal | 106 | 134 | 273 | 77 | 63 | 0 | 33 | 345 | 56 | 62 |
| Binary | 1000110 | 1011100 | 10111011 | 111111 | 110011 | 0 | 11011 | 11100101 | 101110 | 110010 |
Color Harmonies of #465CBB
Complementary color
Monochromatic Colors of #465CBB
Black with #465CBB
Text Example
Text Example
White with #465CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CBB; }
p { color: rgb(70,92,187); }
H1.HeaderClassName
{
color: #465CBB;
}
.AnyTagClassName
{
color: #465CBB;
}
</style>
background-color css
<style>
a { background-color: #465CBB; }
a { background-color: rgb(70,92,187); }
div.DivClassName
{
background-color: #465CBB;
}
.BgClassName
{
background-color: #465CBB;
}
</style>
border-color css
<style>
span { border-color: #465CBB; }
span { border-color: rgb(70,92,187); }
td.TdClassName
{
border-color: #465CBB;
}
.TagClassName
{
border-color: #465CBB;
}
</style>