Shades of Free Speech Blue #465DC9
Tints of Free Speech Blue #465DC9
RGB
CMYK
RGB Variations
Color information
#465DC9 (or 0x465DC9) is known color: Free Speech Blue. HEX triplet: 46, 5D and C9. RGB value is (70,93,201). Sum of RGB (Red+Green+Blue) = 70+93+201=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #465DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DC9 is #B9A236. Grayscale: #616161. Windows color (decimal): -12165687 or 13196614. OLE color: 13196614.
HSL color Cylindrical-coordinate representation of color #465DC9: hue angle of 229.47º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #465DC9 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 93 | 201 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.21 |
| HSL | 229.47º | 0.55% | 0.53% | - |
| HSV(B) | 229.47º | 0.65% | 0.79% | - |
| XYZ | 16.98 | 13.35 | 56.94 | - |
| YUV | 98.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 201 | 0.65 | 0.54 | 0 | 0.21 | 229.47 | 0.55 | 0.53 |
| Hex | 46 | 5D | C9 | 41 | 36 | 0 | 15 | E5 | 37 | 35 |
| Octal | 106 | 135 | 311 | 101 | 66 | 0 | 25 | 345 | 67 | 65 |
| Binary | 1000110 | 1011101 | 11001001 | 1000001 | 110110 | 0 | 10101 | 11100101 | 110111 | 110101 |
Color Harmonies of #465DC9
Complementary color
Monochromatic Colors of #465DC9
Black with #465DC9
Text Example
Text Example
White with #465DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DC9; }
p { color: rgb(70,93,201); }
H1.HeaderClassName
{
color: #465DC9;
}
.AnyTagClassName
{
color: #465DC9;
}
</style>
background-color css
<style>
a { background-color: #465DC9; }
a { background-color: rgb(70,93,201); }
div.DivClassName
{
background-color: #465DC9;
}
.BgClassName
{
background-color: #465DC9;
}
</style>
border-color css
<style>
span { border-color: #465DC9; }
span { border-color: rgb(70,93,201); }
td.TdClassName
{
border-color: #465DC9;
}
.TagClassName
{
border-color: #465DC9;
}
</style>