Shades of Free Speech Blue #465BCD
Tints of Free Speech Blue #465BCD
RGB
CMYK
RGB Variations
Color information
#465BCD (or 0x465BCD) is known color: Free Speech Blue. HEX triplet: 46, 5B and CD. RGB value is (70,91,205). Sum of RGB (Red+Green+Blue) = 70+91+205=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #465BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BCD is #B9A432. Grayscale: #616161. Windows color (decimal): -12166195 or 13458246. OLE color: 13458246.
HSL color Cylindrical-coordinate representation of color #465BCD: hue angle of 230.67º 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 #465BCD is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 91 | 205 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.20 |
| HSL | 230.67º | 0.57% | 0.54% | - |
| HSV(B) | 230.67º | 0.66% | 0.8% | - |
| XYZ | 17.29 | 13.19 | 59.39 | - |
| YUV | 97.72 | 188.54 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 205 | 0.66 | 0.56 | 0 | 0.20 | 230.67 | 0.57 | 0.54 |
| Hex | 46 | 5B | CD | 42 | 38 | 0 | 14 | E7 | 39 | 36 |
| Octal | 106 | 133 | 315 | 102 | 70 | 0 | 24 | 347 | 71 | 66 |
| Binary | 1000110 | 1011011 | 11001101 | 1000010 | 111000 | 0 | 10100 | 11100111 | 111001 | 110110 |
Color Harmonies of #465BCD
Complementary color
Monochromatic Colors of #465BCD
Black with #465BCD
Text Example
Text Example
White with #465BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BCD; }
p { color: rgb(70,91,205); }
H1.HeaderClassName
{
color: #465BCD;
}
.AnyTagClassName
{
color: #465BCD;
}
</style>
background-color css
<style>
a { background-color: #465BCD; }
a { background-color: rgb(70,91,205); }
div.DivClassName
{
background-color: #465BCD;
}
.BgClassName
{
background-color: #465BCD;
}
</style>
border-color css
<style>
span { border-color: #465BCD; }
span { border-color: rgb(70,91,205); }
td.TdClassName
{
border-color: #465BCD;
}
.TagClassName
{
border-color: #465BCD;
}
</style>