Shades of Free Speech Blue #465DBF
Tints of Free Speech Blue #465DBF
RGB
CMYK
RGB Variations
Color information
#465DBF (or 0x465DBF) is known color: Free Speech Blue. HEX triplet: 46, 5D and BF. RGB value is (70,93,191). Sum of RGB (Red+Green+Blue) = 70+93+191=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #465DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DBF is #B9A240. Grayscale: #606060. Windows color (decimal): -12165697 or 12541254. OLE color: 12541254.
HSL color Cylindrical-coordinate representation of color #465DBF: hue angle of 228.6º 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 #465DBF is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 93 | 191 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.25 |
| HSL | 228.6º | 0.49% | 0.51% | - |
| HSV(B) | 228.6º | 0.63% | 0.75% | - |
| XYZ | 15.84 | 12.89 | 50.94 | - |
| YUV | 97.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 191 | 0.63 | 0.51 | 0 | 0.25 | 228.6 | 0.49 | 0.51 |
| Hex | 46 | 5D | BF | 3F | 33 | 0 | 19 | E5 | 31 | 33 |
| Octal | 106 | 135 | 277 | 77 | 63 | 0 | 31 | 345 | 61 | 63 |
| Binary | 1000110 | 1011101 | 10111111 | 111111 | 110011 | 0 | 11001 | 11100101 | 110001 | 110011 |
Color Harmonies of #465DBF
Complementary color
Monochromatic Colors of #465DBF
Black with #465DBF
Text Example
Text Example
White with #465DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DBF; }
p { color: rgb(70,93,191); }
H1.HeaderClassName
{
color: #465DBF;
}
.AnyTagClassName
{
color: #465DBF;
}
</style>
background-color css
<style>
a { background-color: #465DBF; }
a { background-color: rgb(70,93,191); }
div.DivClassName
{
background-color: #465DBF;
}
.BgClassName
{
background-color: #465DBF;
}
</style>
border-color css
<style>
span { border-color: #465DBF; }
span { border-color: rgb(70,93,191); }
td.TdClassName
{
border-color: #465DBF;
}
.TagClassName
{
border-color: #465DBF;
}
</style>