Shades of Free Speech Blue #463ECE
Tints of Free Speech Blue #463ECE
RGB
CMYK
RGB Variations
Color information
#463ECE (or 0x463ECE) is known color: Free Speech Blue. HEX triplet: 46, 3E and CE. RGB value is (70,62,206). Sum of RGB (Red+Green+Blue) = 70+62+206=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #463ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ECE is #B9C131. Grayscale: #505050. Windows color (decimal): -12173618 or 13516358. OLE color: 13516358.
HSL color Cylindrical-coordinate representation of color #463ECE: hue angle of 243.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463ECE is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 62 | 206 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.19 |
| HSL | 243.33º | 0.6% | 0.53% | - |
| HSV(B) | 243.33º | 0.7% | 0.81% | - |
| XYZ | 15.39 | 9.2 | 59.36 | - |
| YUV | 80.81 | 198.65 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 206 | 0.66 | 0.70 | 0 | 0.19 | 243.33 | 0.6 | 0.53 |
| Hex | 46 | 3E | CE | 42 | 46 | 0 | 13 | F3 | 3C | 35 |
| Octal | 106 | 76 | 316 | 102 | 106 | 0 | 23 | 363 | 74 | 65 |
| Binary | 1000110 | 111110 | 11001110 | 1000010 | 1000110 | 0 | 10011 | 11110011 | 111100 | 110101 |
Color Harmonies of #463ECE
Complementary color
Monochromatic Colors of #463ECE
Black with #463ECE
Text Example
Text Example
White with #463ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463ECE; }
p { color: rgb(70,62,206); }
H1.HeaderClassName
{
color: #463ECE;
}
.AnyTagClassName
{
color: #463ECE;
}
</style>
background-color css
<style>
a { background-color: #463ECE; }
a { background-color: rgb(70,62,206); }
div.DivClassName
{
background-color: #463ECE;
}
.BgClassName
{
background-color: #463ECE;
}
</style>
border-color css
<style>
span { border-color: #463ECE; }
span { border-color: rgb(70,62,206); }
td.TdClassName
{
border-color: #463ECE;
}
.TagClassName
{
border-color: #463ECE;
}
</style>