Shades of Free Speech Blue #464DC9
Tints of Free Speech Blue #464DC9
RGB
CMYK
RGB Variations
Color information
#464DC9 (or 0x464DC9) is known color: Free Speech Blue. HEX triplet: 46, 4D and C9. RGB value is (70,77,201). Sum of RGB (Red+Green+Blue) = 70+77+201=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #464DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DC9 is #B9B236. Grayscale: #585858. Windows color (decimal): -12169783 or 13192518. OLE color: 13192518.
HSL color Cylindrical-coordinate representation of color #464DC9: hue angle of 236.79º 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 #464DC9 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 77 | 201 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.21 |
| HSL | 236.79º | 0.55% | 0.53% | - |
| HSV(B) | 236.79º | 0.65% | 0.79% | - |
| XYZ | 15.72 | 10.83 | 56.52 | - |
| YUV | 89.04 | 191.18 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 201 | 0.65 | 0.62 | 0 | 0.21 | 236.79 | 0.55 | 0.53 |
| Hex | 46 | 4D | C9 | 41 | 3E | 0 | 15 | ED | 37 | 35 |
| Octal | 106 | 115 | 311 | 101 | 76 | 0 | 25 | 355 | 67 | 65 |
| Binary | 1000110 | 1001101 | 11001001 | 1000001 | 111110 | 0 | 10101 | 11101101 | 110111 | 110101 |
Color Harmonies of #464DC9
Complementary color
Monochromatic Colors of #464DC9
Black with #464DC9
Text Example
Text Example
White with #464DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DC9; }
p { color: rgb(70,77,201); }
H1.HeaderClassName
{
color: #464DC9;
}
.AnyTagClassName
{
color: #464DC9;
}
</style>
background-color css
<style>
a { background-color: #464DC9; }
a { background-color: rgb(70,77,201); }
div.DivClassName
{
background-color: #464DC9;
}
.BgClassName
{
background-color: #464DC9;
}
</style>
border-color css
<style>
span { border-color: #464DC9; }
span { border-color: rgb(70,77,201); }
td.TdClassName
{
border-color: #464DC9;
}
.TagClassName
{
border-color: #464DC9;
}
</style>