Shades of Free Speech Blue #464FDC
Tints of Free Speech Blue #464FDC
RGB
CMYK
RGB Variations
Color information
#464FDC (or 0x464FDC) is known color: Free Speech Blue. HEX triplet: 46, 4F and DC. RGB value is (70,79,220). Sum of RGB (Red+Green+Blue) = 70+79+220=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #464FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FDC is #B9B023. Grayscale: #5B5B5B. Windows color (decimal): -12169252 or 14438214. OLE color: 14438214.
HSL color Cylindrical-coordinate representation of color #464FDC: hue angle of 236.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464FDC is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 79 | 220 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.14 |
| HSL | 236.4º | 0.68% | 0.57% | - |
| HSV(B) | 236.4º | 0.68% | 0.86% | - |
| XYZ | 18.24 | 12.06 | 69.08 | - |
| YUV | 92.38 | 200.02 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 220 | 0.68 | 0.64 | 0 | 0.14 | 236.4 | 0.68 | 0.57 |
| Hex | 46 | 4F | DC | 44 | 40 | 0 | E | EC | 44 | 39 |
| Octal | 106 | 117 | 334 | 104 | 100 | 0 | 16 | 354 | 104 | 71 |
| Binary | 1000110 | 1001111 | 11011100 | 1000100 | 1000000 | 0 | 1110 | 11101100 | 1000100 | 111001 |
Color Harmonies of #464FDC
Complementary color
Monochromatic Colors of #464FDC
Black with #464FDC
Text Example
Text Example
White with #464FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FDC; }
p { color: rgb(70,79,220); }
H1.HeaderClassName
{
color: #464FDC;
}
.AnyTagClassName
{
color: #464FDC;
}
</style>
background-color css
<style>
a { background-color: #464FDC; }
a { background-color: rgb(70,79,220); }
div.DivClassName
{
background-color: #464FDC;
}
.BgClassName
{
background-color: #464FDC;
}
</style>
border-color css
<style>
span { border-color: #464FDC; }
span { border-color: rgb(70,79,220); }
td.TdClassName
{
border-color: #464FDC;
}
.TagClassName
{
border-color: #464FDC;
}
</style>