Shades of Free Speech Blue #464ED4
Tints of Free Speech Blue #464ED4
RGB
CMYK
RGB Variations
Color information
#464ED4 (or 0x464ED4) is known color: Free Speech Blue. HEX triplet: 46, 4E and D4. RGB value is (70,78,212). Sum of RGB (Red+Green+Blue) = 70+78+212=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 212 (83.20% from 255 or 58.89% from 360); Max value from RGB is 212 - color contains mainly: blue. Hex color #464ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464ED4 is #B9B12B. Grayscale: #5A5A5A. Windows color (decimal): -12169516 or 13913670. OLE color: 13913670.
HSL color Cylindrical-coordinate representation of color #464ED4: hue angle of 236.62º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #464ED4 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 78 | 212 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.17 |
| HSL | 236.62º | 0.62% | 0.55% | - |
| HSV(B) | 236.62º | 0.67% | 0.83% | - |
| XYZ | 17.13 | 11.5 | 63.6 | - |
| YUV | 90.88 | 196.35 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 212 | 0.67 | 0.63 | 0 | 0.17 | 236.62 | 0.62 | 0.55 |
| Hex | 46 | 4E | D4 | 43 | 3F | 0 | 11 | ED | 3E | 37 |
| Octal | 106 | 116 | 324 | 103 | 77 | 0 | 21 | 355 | 76 | 67 |
| Binary | 1000110 | 1001110 | 11010100 | 1000011 | 111111 | 0 | 10001 | 11101101 | 111110 | 110111 |
Color Harmonies of #464ED4
Complementary color
Monochromatic Colors of #464ED4
Black with #464ED4
Text Example
Text Example
White with #464ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464ED4; }
p { color: rgb(70,78,212); }
H1.HeaderClassName
{
color: #464ED4;
}
.AnyTagClassName
{
color: #464ED4;
}
</style>
background-color css
<style>
a { background-color: #464ED4; }
a { background-color: rgb(70,78,212); }
div.DivClassName
{
background-color: #464ED4;
}
.BgClassName
{
background-color: #464ED4;
}
</style>
border-color css
<style>
span { border-color: #464ED4; }
span { border-color: rgb(70,78,212); }
td.TdClassName
{
border-color: #464ED4;
}
.TagClassName
{
border-color: #464ED4;
}
</style>