Shades of Free Speech Blue #465BCF
Tints of Free Speech Blue #465BCF
RGB
CMYK
RGB Variations
Color information
#465BCF (or 0x465BCF) is known color: Free Speech Blue. HEX triplet: 46, 5B and CF. RGB value is (70,91,207). Sum of RGB (Red+Green+Blue) = 70+91+207=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #465BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BCF is #B9A430. Grayscale: #616161. Windows color (decimal): -12166193 or 13589318. OLE color: 13589318.
HSL color Cylindrical-coordinate representation of color #465BCF: hue angle of 230.8º 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 #465BCF is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 91 | 207 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.19 |
| HSL | 230.8º | 0.59% | 0.54% | - |
| HSV(B) | 230.8º | 0.66% | 0.81% | - |
| XYZ | 17.53 | 13.29 | 60.67 | - |
| YUV | 97.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 207 | 0.66 | 0.56 | 0 | 0.19 | 230.8 | 0.59 | 0.54 |
| Hex | 46 | 5B | CF | 42 | 38 | 0 | 13 | E7 | 3B | 36 |
| Octal | 106 | 133 | 317 | 102 | 70 | 0 | 23 | 347 | 73 | 66 |
| Binary | 1000110 | 1011011 | 11001111 | 1000010 | 111000 | 0 | 10011 | 11100111 | 111011 | 110110 |
Color Harmonies of #465BCF
Complementary color
Monochromatic Colors of #465BCF
Black with #465BCF
Text Example
Text Example
White with #465BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BCF; }
p { color: rgb(70,91,207); }
H1.HeaderClassName
{
color: #465BCF;
}
.AnyTagClassName
{
color: #465BCF;
}
</style>
background-color css
<style>
a { background-color: #465BCF; }
a { background-color: rgb(70,91,207); }
div.DivClassName
{
background-color: #465BCF;
}
.BgClassName
{
background-color: #465BCF;
}
</style>
border-color css
<style>
span { border-color: #465BCF; }
span { border-color: rgb(70,91,207); }
td.TdClassName
{
border-color: #465BCF;
}
.TagClassName
{
border-color: #465BCF;
}
</style>