Shades of Free Speech Blue #463FCE
Tints of Free Speech Blue #463FCE
RGB
CMYK
RGB Variations
Color information
#463FCE (or 0x463FCE) is known color: Free Speech Blue. HEX triplet: 46, 3F and CE. RGB value is (70,63,206). Sum of RGB (Red+Green+Blue) = 70+63+206=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #463FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FCE is #B9C031. Grayscale: #505050. Windows color (decimal): -12173362 or 13516614. OLE color: 13516614.
HSL color Cylindrical-coordinate representation of color #463FCE: hue angle of 242.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463FCE is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 63 | 206 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.19 |
| HSL | 242.94º | 0.59% | 0.53% | - |
| HSV(B) | 242.94º | 0.69% | 0.81% | - |
| XYZ | 15.44 | 9.31 | 59.38 | - |
| YUV | 81.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 206 | 0.66 | 0.69 | 0 | 0.19 | 242.94 | 0.59 | 0.53 |
| Hex | 46 | 3F | CE | 42 | 45 | 0 | 13 | F3 | 3B | 35 |
| Octal | 106 | 77 | 316 | 102 | 105 | 0 | 23 | 363 | 73 | 65 |
| Binary | 1000110 | 111111 | 11001110 | 1000010 | 1000101 | 0 | 10011 | 11110011 | 111011 | 110101 |
Color Harmonies of #463FCE
Complementary color
Monochromatic Colors of #463FCE
Black with #463FCE
Text Example
Text Example
White with #463FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FCE; }
p { color: rgb(70,63,206); }
H1.HeaderClassName
{
color: #463FCE;
}
.AnyTagClassName
{
color: #463FCE;
}
</style>
background-color css
<style>
a { background-color: #463FCE; }
a { background-color: rgb(70,63,206); }
div.DivClassName
{
background-color: #463FCE;
}
.BgClassName
{
background-color: #463FCE;
}
</style>
border-color css
<style>
span { border-color: #463FCE; }
span { border-color: rgb(70,63,206); }
td.TdClassName
{
border-color: #463FCE;
}
.TagClassName
{
border-color: #463FCE;
}
</style>