Shades of Free Speech Blue #465CC9
Tints of Free Speech Blue #465CC9
RGB
CMYK
RGB Variations
Color information
#465CC9 (or 0x465CC9) is known color: Free Speech Blue. HEX triplet: 46, 5C and C9. RGB value is (70,92,201). Sum of RGB (Red+Green+Blue) = 70+92+201=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #465CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CC9 is #B9A336. Grayscale: #616161. Windows color (decimal): -12165943 or 13196358. OLE color: 13196358.
HSL color Cylindrical-coordinate representation of color #465CC9: hue angle of 229.92º 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 #465CC9 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 92 | 201 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.21 |
| HSL | 229.92º | 0.55% | 0.53% | - |
| HSV(B) | 229.92º | 0.65% | 0.79% | - |
| XYZ | 16.9 | 13.17 | 56.91 | - |
| YUV | 97.85 | 186.21 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 201 | 0.65 | 0.54 | 0 | 0.21 | 229.92 | 0.55 | 0.53 |
| Hex | 46 | 5C | C9 | 41 | 36 | 0 | 15 | E6 | 37 | 35 |
| Octal | 106 | 134 | 311 | 101 | 66 | 0 | 25 | 346 | 67 | 65 |
| Binary | 1000110 | 1011100 | 11001001 | 1000001 | 110110 | 0 | 10101 | 11100110 | 110111 | 110101 |
Color Harmonies of #465CC9
Complementary color
Monochromatic Colors of #465CC9
Black with #465CC9
Text Example
Text Example
White with #465CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CC9; }
p { color: rgb(70,92,201); }
H1.HeaderClassName
{
color: #465CC9;
}
.AnyTagClassName
{
color: #465CC9;
}
</style>
background-color css
<style>
a { background-color: #465CC9; }
a { background-color: rgb(70,92,201); }
div.DivClassName
{
background-color: #465CC9;
}
.BgClassName
{
background-color: #465CC9;
}
</style>
border-color css
<style>
span { border-color: #465CC9; }
span { border-color: rgb(70,92,201); }
td.TdClassName
{
border-color: #465CC9;
}
.TagClassName
{
border-color: #465CC9;
}
</style>