Shades of Free Speech Blue #465ECF
Tints of Free Speech Blue #465ECF
RGB
CMYK
RGB Variations
Color information
#465ECF (or 0x465ECF) is known color: Free Speech Blue. HEX triplet: 46, 5E and CF. RGB value is (70,94,207). Sum of RGB (Red+Green+Blue) = 70+94+207=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #465ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ECF is #B9A130. Grayscale: #636363. Windows color (decimal): -12165425 or 13590086. OLE color: 13590086.
HSL color Cylindrical-coordinate representation of color #465ECF: hue angle of 229.49º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465ECF is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 94 | 207 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.19 |
| HSL | 229.49º | 0.59% | 0.54% | - |
| HSV(B) | 229.49º | 0.66% | 0.81% | - |
| XYZ | 17.79 | 13.81 | 60.76 | - |
| YUV | 99.71 | 188.55 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 207 | 0.66 | 0.55 | 0 | 0.19 | 229.49 | 0.59 | 0.54 |
| Hex | 46 | 5E | CF | 42 | 37 | 0 | 13 | E5 | 3B | 36 |
| Octal | 106 | 136 | 317 | 102 | 67 | 0 | 23 | 345 | 73 | 66 |
| Binary | 1000110 | 1011110 | 11001111 | 1000010 | 110111 | 0 | 10011 | 11100101 | 111011 | 110110 |
Color Harmonies of #465ECF
Complementary color
Monochromatic Colors of #465ECF
Black with #465ECF
Text Example
Text Example
White with #465ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465ECF; }
p { color: rgb(70,94,207); }
H1.HeaderClassName
{
color: #465ECF;
}
.AnyTagClassName
{
color: #465ECF;
}
</style>
background-color css
<style>
a { background-color: #465ECF; }
a { background-color: rgb(70,94,207); }
div.DivClassName
{
background-color: #465ECF;
}
.BgClassName
{
background-color: #465ECF;
}
</style>
border-color css
<style>
span { border-color: #465ECF; }
span { border-color: rgb(70,94,207); }
td.TdClassName
{
border-color: #465ECF;
}
.TagClassName
{
border-color: #465ECF;
}
</style>