Shades of Free Speech Blue #465FCD
Tints of Free Speech Blue #465FCD
RGB
CMYK
RGB Variations
Color information
#465FCD (or 0x465FCD) is known color: Free Speech Blue. HEX triplet: 46, 5F and CD. RGB value is (70,95,205). Sum of RGB (Red+Green+Blue) = 70+95+205=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #465FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FCD is #B9A032. Grayscale: #636363. Windows color (decimal): -12165171 or 13459270. OLE color: 13459270.
HSL color Cylindrical-coordinate representation of color #465FCD: hue angle of 228.89º 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 #465FCD is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 95 | 205 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.20 |
| HSL | 228.89º | 0.57% | 0.54% | - |
| HSV(B) | 228.89º | 0.66% | 0.8% | - |
| XYZ | 17.64 | 13.89 | 59.51 | - |
| YUV | 100.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 205 | 0.66 | 0.54 | 0 | 0.20 | 228.89 | 0.57 | 0.54 |
| Hex | 46 | 5F | CD | 42 | 36 | 0 | 14 | E5 | 39 | 36 |
| Octal | 106 | 137 | 315 | 102 | 66 | 0 | 24 | 345 | 71 | 66 |
| Binary | 1000110 | 1011111 | 11001101 | 1000010 | 110110 | 0 | 10100 | 11100101 | 111001 | 110110 |
Color Harmonies of #465FCD
Complementary color
Monochromatic Colors of #465FCD
Black with #465FCD
Text Example
Text Example
White with #465FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FCD; }
p { color: rgb(70,95,205); }
H1.HeaderClassName
{
color: #465FCD;
}
.AnyTagClassName
{
color: #465FCD;
}
</style>
background-color css
<style>
a { background-color: #465FCD; }
a { background-color: rgb(70,95,205); }
div.DivClassName
{
background-color: #465FCD;
}
.BgClassName
{
background-color: #465FCD;
}
</style>
border-color css
<style>
span { border-color: #465FCD; }
span { border-color: rgb(70,95,205); }
td.TdClassName
{
border-color: #465FCD;
}
.TagClassName
{
border-color: #465FCD;
}
</style>