Shades of Free Speech Blue #464ECE
Tints of Free Speech Blue #464ECE
RGB
CMYK
RGB Variations
Color information
#464ECE (or 0x464ECE) is known color: Free Speech Blue. HEX triplet: 46, 4E and CE. RGB value is (70,78,206). Sum of RGB (Red+Green+Blue) = 70+78+206=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #464ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464ECE is #B9B131. Grayscale: #595959. Windows color (decimal): -12169522 or 13520454. OLE color: 13520454.
HSL color Cylindrical-coordinate representation of color #464ECE: hue angle of 236.47º 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 #464ECE is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 78 | 206 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.19 |
| HSL | 236.47º | 0.58% | 0.54% | - |
| HSV(B) | 236.47º | 0.66% | 0.81% | - |
| XYZ | 16.39 | 11.21 | 59.69 | - |
| YUV | 90.2 | 193.35 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 206 | 0.66 | 0.62 | 0 | 0.19 | 236.47 | 0.58 | 0.54 |
| Hex | 46 | 4E | CE | 42 | 3E | 0 | 13 | EC | 3A | 36 |
| Octal | 106 | 116 | 316 | 102 | 76 | 0 | 23 | 354 | 72 | 66 |
| Binary | 1000110 | 1001110 | 11001110 | 1000010 | 111110 | 0 | 10011 | 11101100 | 111010 | 110110 |
Color Harmonies of #464ECE
Complementary color
Monochromatic Colors of #464ECE
Black with #464ECE
Text Example
Text Example
White with #464ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464ECE; }
p { color: rgb(70,78,206); }
H1.HeaderClassName
{
color: #464ECE;
}
.AnyTagClassName
{
color: #464ECE;
}
</style>
background-color css
<style>
a { background-color: #464ECE; }
a { background-color: rgb(70,78,206); }
div.DivClassName
{
background-color: #464ECE;
}
.BgClassName
{
background-color: #464ECE;
}
</style>
border-color css
<style>
span { border-color: #464ECE; }
span { border-color: rgb(70,78,206); }
td.TdClassName
{
border-color: #464ECE;
}
.TagClassName
{
border-color: #464ECE;
}
</style>