Shades of Free Speech Blue #465FBE
Tints of Free Speech Blue #465FBE
RGB
CMYK
RGB Variations
Color information
#465FBE (or 0x465FBE) is known color: Free Speech Blue. HEX triplet: 46, 5F and BE. RGB value is (70,95,190). Sum of RGB (Red+Green+Blue) = 70+95+190=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #465FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FBE is #B9A041. Grayscale: #616161. Windows color (decimal): -12165186 or 12476230. OLE color: 12476230.
HSL color Cylindrical-coordinate representation of color #465FBE: hue angle of 227.5º degrees, saturation: 0.48, 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 #465FBE is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 95 | 190 | - |
| CMYK | 0.63 | 0.5 | 0 | 0.25 |
| HSL | 227.5º | 0.48% | 0.51% | - |
| HSV(B) | 227.5º | 0.63% | 0.75% | - |
| XYZ | 15.91 | 13.2 | 50.43 | - |
| YUV | 98.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 190 | 0.63 | 0.5 | 0 | 0.25 | 227.5 | 0.48 | 0.51 |
| Hex | 46 | 5F | BE | 3F | 32 | 0 | 19 | E4 | 30 | 33 |
| Octal | 106 | 137 | 276 | 77 | 62 | 0 | 31 | 344 | 60 | 63 |
| Binary | 1000110 | 1011111 | 10111110 | 111111 | 110010 | 0 | 11001 | 11100100 | 110000 | 110011 |
Color Harmonies of #465FBE
Complementary color
Monochromatic Colors of #465FBE
Black with #465FBE
Text Example
Text Example
White with #465FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FBE; }
p { color: rgb(70,95,190); }
H1.HeaderClassName
{
color: #465FBE;
}
.AnyTagClassName
{
color: #465FBE;
}
</style>
background-color css
<style>
a { background-color: #465FBE; }
a { background-color: rgb(70,95,190); }
div.DivClassName
{
background-color: #465FBE;
}
.BgClassName
{
background-color: #465FBE;
}
</style>
border-color css
<style>
span { border-color: #465FBE; }
span { border-color: rgb(70,95,190); }
td.TdClassName
{
border-color: #465FBE;
}
.TagClassName
{
border-color: #465FBE;
}
</style>