Shades of Free Speech Blue #464EC5
Tints of Free Speech Blue #464EC5
RGB
CMYK
RGB Variations
Color information
#464EC5 (or 0x464EC5) is known color: Free Speech Blue. HEX triplet: 46, 4E and C5. RGB value is (70,78,197). Sum of RGB (Red+Green+Blue) = 70+78+197=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #464EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464EC5 is #B9B13A. Grayscale: #585858. Windows color (decimal): -12169531 or 12930630. OLE color: 12930630.
HSL color Cylindrical-coordinate representation of color #464EC5: hue angle of 236.22º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #464EC5 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 78 | 197 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.23 |
| HSL | 236.22º | 0.52% | 0.52% | - |
| HSV(B) | 236.22º | 0.64% | 0.77% | - |
| XYZ | 15.33 | 10.78 | 54.1 | - |
| YUV | 89.17 | 188.85 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 197 | 0.64 | 0.60 | 0 | 0.23 | 236.22 | 0.52 | 0.52 |
| Hex | 46 | 4E | C5 | 40 | 3C | 0 | 17 | EC | 34 | 34 |
| Octal | 106 | 116 | 305 | 100 | 74 | 0 | 27 | 354 | 64 | 64 |
| Binary | 1000110 | 1001110 | 11000101 | 1000000 | 111100 | 0 | 10111 | 11101100 | 110100 | 110100 |
Color Harmonies of #464EC5
Complementary color
Monochromatic Colors of #464EC5
Black with #464EC5
Text Example
Text Example
White with #464EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EC5; }
p { color: rgb(70,78,197); }
H1.HeaderClassName
{
color: #464EC5;
}
.AnyTagClassName
{
color: #464EC5;
}
</style>
background-color css
<style>
a { background-color: #464EC5; }
a { background-color: rgb(70,78,197); }
div.DivClassName
{
background-color: #464EC5;
}
.BgClassName
{
background-color: #464EC5;
}
</style>
border-color css
<style>
span { border-color: #464EC5; }
span { border-color: rgb(70,78,197); }
td.TdClassName
{
border-color: #464EC5;
}
.TagClassName
{
border-color: #464EC5;
}
</style>