Shades of Free Speech Blue #465CBF
Tints of Free Speech Blue #465CBF
RGB
CMYK
RGB Variations
Color information
#465CBF (or 0x465CBF) is known color: Free Speech Blue. HEX triplet: 46, 5C and BF. RGB value is (70,92,191). Sum of RGB (Red+Green+Blue) = 70+92+191=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #465CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CBF is #B9A340. Grayscale: #606060. Windows color (decimal): -12165953 or 12540998. OLE color: 12540998.
HSL color Cylindrical-coordinate representation of color #465CBF: hue angle of 229.09º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465CBF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 92 | 191 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.25 |
| HSL | 229.09º | 0.49% | 0.51% | - |
| HSV(B) | 229.09º | 0.63% | 0.75% | - |
| XYZ | 15.76 | 12.72 | 50.91 | - |
| YUV | 96.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 191 | 0.63 | 0.52 | 0 | 0.25 | 229.09 | 0.49 | 0.51 |
| Hex | 46 | 5C | BF | 3F | 34 | 0 | 19 | E5 | 31 | 33 |
| Octal | 106 | 134 | 277 | 77 | 64 | 0 | 31 | 345 | 61 | 63 |
| Binary | 1000110 | 1011100 | 10111111 | 111111 | 110100 | 0 | 11001 | 11100101 | 110001 | 110011 |
Color Harmonies of #465CBF
Complementary color
Monochromatic Colors of #465CBF
Black with #465CBF
Text Example
Text Example
White with #465CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CBF; }
p { color: rgb(70,92,191); }
H1.HeaderClassName
{
color: #465CBF;
}
.AnyTagClassName
{
color: #465CBF;
}
</style>
background-color css
<style>
a { background-color: #465CBF; }
a { background-color: rgb(70,92,191); }
div.DivClassName
{
background-color: #465CBF;
}
.BgClassName
{
background-color: #465CBF;
}
</style>
border-color css
<style>
span { border-color: #465CBF; }
span { border-color: rgb(70,92,191); }
td.TdClassName
{
border-color: #465CBF;
}
.TagClassName
{
border-color: #465CBF;
}
</style>