Shades of Free Speech Blue #464FDE
Tints of Free Speech Blue #464FDE
RGB
CMYK
RGB Variations
Color information
#464FDE (or 0x464FDE) is known color: Free Speech Blue. HEX triplet: 46, 4F and DE. RGB value is (70,79,222). Sum of RGB (Red+Green+Blue) = 70+79+222=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #464FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FDE is #B9B021. Grayscale: #5C5C5C. Windows color (decimal): -12169250 or 14569286. OLE color: 14569286.
HSL color Cylindrical-coordinate representation of color #464FDE: hue angle of 236.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464FDE is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 79 | 222 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.13 |
| HSL | 236.45º | 0.7% | 0.57% | - |
| HSV(B) | 236.45º | 0.68% | 0.87% | - |
| XYZ | 18.51 | 12.17 | 70.48 | - |
| YUV | 92.61 | 201.02 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 222 | 0.68 | 0.64 | 0 | 0.13 | 236.45 | 0.7 | 0.57 |
| Hex | 46 | 4F | DE | 44 | 40 | 0 | D | EC | 46 | 39 |
| Octal | 106 | 117 | 336 | 104 | 100 | 0 | 15 | 354 | 106 | 71 |
| Binary | 1000110 | 1001111 | 11011110 | 1000100 | 1000000 | 0 | 1101 | 11101100 | 1000110 | 111001 |
Color Harmonies of #464FDE
Complementary color
Monochromatic Colors of #464FDE
Black with #464FDE
Text Example
Text Example
White with #464FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FDE; }
p { color: rgb(70,79,222); }
H1.HeaderClassName
{
color: #464FDE;
}
.AnyTagClassName
{
color: #464FDE;
}
</style>
background-color css
<style>
a { background-color: #464FDE; }
a { background-color: rgb(70,79,222); }
div.DivClassName
{
background-color: #464FDE;
}
.BgClassName
{
background-color: #464FDE;
}
</style>
border-color css
<style>
span { border-color: #464FDE; }
span { border-color: rgb(70,79,222); }
td.TdClassName
{
border-color: #464FDE;
}
.TagClassName
{
border-color: #464FDE;
}
</style>