Shades of Free Speech Blue #465FCE
Tints of Free Speech Blue #465FCE
RGB
CMYK
RGB Variations
Color information
#465FCE (or 0x465FCE) is known color: Free Speech Blue. HEX triplet: 46, 5F and CE. RGB value is (70,95,206). Sum of RGB (Red+Green+Blue) = 70+95+206=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #465FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FCE is #B9A031. Grayscale: #636363. Windows color (decimal): -12165170 or 13524806. OLE color: 13524806.
HSL color Cylindrical-coordinate representation of color #465FCE: hue angle of 228.97º degrees, saturation: 0.58, 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 #465FCE is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 95 | 206 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.19 |
| HSL | 228.97º | 0.58% | 0.54% | - |
| HSV(B) | 228.97º | 0.66% | 0.81% | - |
| XYZ | 17.76 | 13.94 | 60.15 | - |
| YUV | 100.18 | 187.72 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 206 | 0.66 | 0.54 | 0 | 0.19 | 228.97 | 0.58 | 0.54 |
| Hex | 46 | 5F | CE | 42 | 36 | 0 | 13 | E5 | 3A | 36 |
| Octal | 106 | 137 | 316 | 102 | 66 | 0 | 23 | 345 | 72 | 66 |
| Binary | 1000110 | 1011111 | 11001110 | 1000010 | 110110 | 0 | 10011 | 11100101 | 111010 | 110110 |
Color Harmonies of #465FCE
Complementary color
Monochromatic Colors of #465FCE
Black with #465FCE
Text Example
Text Example
White with #465FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FCE; }
p { color: rgb(70,95,206); }
H1.HeaderClassName
{
color: #465FCE;
}
.AnyTagClassName
{
color: #465FCE;
}
</style>
background-color css
<style>
a { background-color: #465FCE; }
a { background-color: rgb(70,95,206); }
div.DivClassName
{
background-color: #465FCE;
}
.BgClassName
{
background-color: #465FCE;
}
</style>
border-color css
<style>
span { border-color: #465FCE; }
span { border-color: rgb(70,95,206); }
td.TdClassName
{
border-color: #465FCE;
}
.TagClassName
{
border-color: #465FCE;
}
</style>