Shades of Free Speech Blue #465EC0
Tints of Free Speech Blue #465EC0
RGB
CMYK
RGB Variations
Color information
#465EC0 (or 0x465EC0) is known color: Free Speech Blue. HEX triplet: 46, 5E and C0. RGB value is (70,94,192). Sum of RGB (Red+Green+Blue) = 70+94+192=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #465EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465EC0 is #B9A13F. Grayscale: #616161. Windows color (decimal): -12165440 or 12607046. OLE color: 12607046.
HSL color Cylindrical-coordinate representation of color #465EC0: hue angle of 228.2º 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 #465EC0 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 94 | 192 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.25 |
| HSL | 228.2º | 0.49% | 0.51% | - |
| HSV(B) | 228.2º | 0.64% | 0.75% | - |
| XYZ | 16.04 | 13.11 | 51.55 | - |
| YUV | 98 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 192 | 0.64 | 0.51 | 0 | 0.25 | 228.2 | 0.49 | 0.51 |
| Hex | 46 | 5E | C0 | 40 | 33 | 0 | 19 | E4 | 31 | 33 |
| Octal | 106 | 136 | 300 | 100 | 63 | 0 | 31 | 344 | 61 | 63 |
| Binary | 1000110 | 1011110 | 11000000 | 1000000 | 110011 | 0 | 11001 | 11100100 | 110001 | 110011 |
Color Harmonies of #465EC0
Complementary color
Monochromatic Colors of #465EC0
Black with #465EC0
Text Example
Text Example
White with #465EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465EC0; }
p { color: rgb(70,94,192); }
H1.HeaderClassName
{
color: #465EC0;
}
.AnyTagClassName
{
color: #465EC0;
}
</style>
background-color css
<style>
a { background-color: #465EC0; }
a { background-color: rgb(70,94,192); }
div.DivClassName
{
background-color: #465EC0;
}
.BgClassName
{
background-color: #465EC0;
}
</style>
border-color css
<style>
span { border-color: #465EC0; }
span { border-color: rgb(70,94,192); }
td.TdClassName
{
border-color: #465EC0;
}
.TagClassName
{
border-color: #465EC0;
}
</style>