Shades of Free Speech Blue #464FDF
Tints of Free Speech Blue #464FDF
RGB
CMYK
RGB Variations
Color information
#464FDF (or 0x464FDF) is known color: Free Speech Blue. HEX triplet: 46, 4F and DF. RGB value is (70,79,223). Sum of RGB (Red+Green+Blue) = 70+79+223=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #464FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FDF is #B9B020. Grayscale: #5C5C5C. Windows color (decimal): -12169249 or 14634822. OLE color: 14634822.
HSL color Cylindrical-coordinate representation of color #464FDF: hue angle of 236.47º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #464FDF is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 79 | 223 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.13 |
| HSL | 236.47º | 0.71% | 0.57% | - |
| HSV(B) | 236.47º | 0.69% | 0.87% | - |
| XYZ | 18.64 | 12.22 | 71.19 | - |
| YUV | 92.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 223 | 0.69 | 0.65 | 0 | 0.13 | 236.47 | 0.71 | 0.57 |
| Hex | 46 | 4F | DF | 45 | 41 | 0 | D | EC | 47 | 39 |
| Octal | 106 | 117 | 337 | 105 | 101 | 0 | 15 | 354 | 107 | 71 |
| Binary | 1000110 | 1001111 | 11011111 | 1000101 | 1000001 | 0 | 1101 | 11101100 | 1000111 | 111001 |
Color Harmonies of #464FDF
Complementary color
Monochromatic Colors of #464FDF
Black with #464FDF
Text Example
Text Example
White with #464FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FDF; }
p { color: rgb(70,79,223); }
H1.HeaderClassName
{
color: #464FDF;
}
.AnyTagClassName
{
color: #464FDF;
}
</style>
background-color css
<style>
a { background-color: #464FDF; }
a { background-color: rgb(70,79,223); }
div.DivClassName
{
background-color: #464FDF;
}
.BgClassName
{
background-color: #464FDF;
}
</style>
border-color css
<style>
span { border-color: #464FDF; }
span { border-color: rgb(70,79,223); }
td.TdClassName
{
border-color: #464FDF;
}
.TagClassName
{
border-color: #464FDF;
}
</style>