Shades of Free Speech Blue #464EDE
Tints of Free Speech Blue #464EDE
RGB
CMYK
RGB Variations
Color information
#464EDE (or 0x464EDE) is known color: Free Speech Blue. HEX triplet: 46, 4E and DE. RGB value is (70,78,222). Sum of RGB (Red+Green+Blue) = 70+78+222=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #464EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464EDE is #B9B121. Grayscale: #5B5B5B. Windows color (decimal): -12169506 or 14569030. OLE color: 14569030.
HSL color Cylindrical-coordinate representation of color #464EDE: hue angle of 236.84º 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 #464EDE is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 78 | 222 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.13 |
| HSL | 236.84º | 0.7% | 0.57% | - |
| HSV(B) | 236.84º | 0.68% | 0.87% | - |
| XYZ | 18.43 | 12.02 | 70.46 | - |
| YUV | 92.02 | 201.35 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 222 | 0.68 | 0.65 | 0 | 0.13 | 236.84 | 0.7 | 0.57 |
| Hex | 46 | 4E | DE | 44 | 41 | 0 | D | ED | 46 | 39 |
| Octal | 106 | 116 | 336 | 104 | 101 | 0 | 15 | 355 | 106 | 71 |
| Binary | 1000110 | 1001110 | 11011110 | 1000100 | 1000001 | 0 | 1101 | 11101101 | 1000110 | 111001 |
Color Harmonies of #464EDE
Complementary color
Monochromatic Colors of #464EDE
Black with #464EDE
Text Example
Text Example
White with #464EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EDE; }
p { color: rgb(70,78,222); }
H1.HeaderClassName
{
color: #464EDE;
}
.AnyTagClassName
{
color: #464EDE;
}
</style>
background-color css
<style>
a { background-color: #464EDE; }
a { background-color: rgb(70,78,222); }
div.DivClassName
{
background-color: #464EDE;
}
.BgClassName
{
background-color: #464EDE;
}
</style>
border-color css
<style>
span { border-color: #464EDE; }
span { border-color: rgb(70,78,222); }
td.TdClassName
{
border-color: #464EDE;
}
.TagClassName
{
border-color: #464EDE;
}
</style>