Shades of Free Speech Blue #465ECD
Tints of Free Speech Blue #465ECD
RGB
CMYK
RGB Variations
Color information
#465ECD (or 0x465ECD) is known color: Free Speech Blue. HEX triplet: 46, 5E and CD. RGB value is (70,94,205). Sum of RGB (Red+Green+Blue) = 70+94+205=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #465ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ECD is #B9A132. Grayscale: #636363. Windows color (decimal): -12165427 or 13459014. OLE color: 13459014.
HSL color Cylindrical-coordinate representation of color #465ECD: hue angle of 229.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465ECD is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 94 | 205 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.20 |
| HSL | 229.33º | 0.57% | 0.54% | - |
| HSV(B) | 229.33º | 0.66% | 0.8% | - |
| XYZ | 17.55 | 13.72 | 59.48 | - |
| YUV | 99.48 | 187.55 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 205 | 0.66 | 0.54 | 0 | 0.20 | 229.33 | 0.57 | 0.54 |
| Hex | 46 | 5E | CD | 42 | 36 | 0 | 14 | E5 | 39 | 36 |
| Octal | 106 | 136 | 315 | 102 | 66 | 0 | 24 | 345 | 71 | 66 |
| Binary | 1000110 | 1011110 | 11001101 | 1000010 | 110110 | 0 | 10100 | 11100101 | 111001 | 110110 |
Color Harmonies of #465ECD
Complementary color
Monochromatic Colors of #465ECD
Black with #465ECD
Text Example
Text Example
White with #465ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465ECD; }
p { color: rgb(70,94,205); }
H1.HeaderClassName
{
color: #465ECD;
}
.AnyTagClassName
{
color: #465ECD;
}
</style>
background-color css
<style>
a { background-color: #465ECD; }
a { background-color: rgb(70,94,205); }
div.DivClassName
{
background-color: #465ECD;
}
.BgClassName
{
background-color: #465ECD;
}
</style>
border-color css
<style>
span { border-color: #465ECD; }
span { border-color: rgb(70,94,205); }
td.TdClassName
{
border-color: #465ECD;
}
.TagClassName
{
border-color: #465ECD;
}
</style>