Shades of Free Speech Blue #465FC0
Tints of Free Speech Blue #465FC0
RGB
CMYK
RGB Variations
Color information
#465FC0 (or 0x465FC0) is known color: Free Speech Blue. HEX triplet: 46, 5F and C0. RGB value is (70,95,192). Sum of RGB (Red+Green+Blue) = 70+95+192=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #465FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FC0 is #B9A03F. Grayscale: #626262. Windows color (decimal): -12165184 or 12607302. OLE color: 12607302.
HSL color Cylindrical-coordinate representation of color #465FC0: hue angle of 227.7º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #465FC0 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 95 | 192 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.25 |
| HSL | 227.7º | 0.49% | 0.51% | - |
| HSV(B) | 227.7º | 0.64% | 0.75% | - |
| XYZ | 16.13 | 13.29 | 51.58 | - |
| YUV | 98.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 192 | 0.64 | 0.51 | 0 | 0.25 | 227.7 | 0.49 | 0.51 |
| Hex | 46 | 5F | C0 | 40 | 33 | 0 | 19 | E4 | 31 | 33 |
| Octal | 106 | 137 | 300 | 100 | 63 | 0 | 31 | 344 | 61 | 63 |
| Binary | 1000110 | 1011111 | 11000000 | 1000000 | 110011 | 0 | 11001 | 11100100 | 110001 | 110011 |
Color Harmonies of #465FC0
Complementary color
Monochromatic Colors of #465FC0
Black with #465FC0
Text Example
Text Example
White with #465FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FC0; }
p { color: rgb(70,95,192); }
H1.HeaderClassName
{
color: #465FC0;
}
.AnyTagClassName
{
color: #465FC0;
}
</style>
background-color css
<style>
a { background-color: #465FC0; }
a { background-color: rgb(70,95,192); }
div.DivClassName
{
background-color: #465FC0;
}
.BgClassName
{
background-color: #465FC0;
}
</style>
border-color css
<style>
span { border-color: #465FC0; }
span { border-color: rgb(70,95,192); }
td.TdClassName
{
border-color: #465FC0;
}
.TagClassName
{
border-color: #465FC0;
}
</style>