Shades of Free Speech Blue #463FCD
Tints of Free Speech Blue #463FCD
RGB
CMYK
RGB Variations
Color information
#463FCD (or 0x463FCD) is known color: Free Speech Blue. HEX triplet: 46, 3F and CD. RGB value is (70,63,205). Sum of RGB (Red+Green+Blue) = 70+63+205=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #463FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FCD is #B9C032. Grayscale: #505050. Windows color (decimal): -12173363 or 13451078. OLE color: 13451078.
HSL color Cylindrical-coordinate representation of color #463FCD: hue angle of 242.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463FCD is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 63 | 205 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.20 |
| HSL | 242.96º | 0.59% | 0.53% | - |
| HSV(B) | 242.96º | 0.69% | 0.8% | - |
| XYZ | 15.32 | 9.26 | 58.74 | - |
| YUV | 81.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 205 | 0.66 | 0.69 | 0 | 0.20 | 242.96 | 0.59 | 0.53 |
| Hex | 46 | 3F | CD | 42 | 45 | 0 | 14 | F3 | 3B | 35 |
| Octal | 106 | 77 | 315 | 102 | 105 | 0 | 24 | 363 | 73 | 65 |
| Binary | 1000110 | 111111 | 11001101 | 1000010 | 1000101 | 0 | 10100 | 11110011 | 111011 | 110101 |
Color Harmonies of #463FCD
Complementary color
Monochromatic Colors of #463FCD
Black with #463FCD
Text Example
Text Example
White with #463FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FCD; }
p { color: rgb(70,63,205); }
H1.HeaderClassName
{
color: #463FCD;
}
.AnyTagClassName
{
color: #463FCD;
}
</style>
background-color css
<style>
a { background-color: #463FCD; }
a { background-color: rgb(70,63,205); }
div.DivClassName
{
background-color: #463FCD;
}
.BgClassName
{
background-color: #463FCD;
}
</style>
border-color css
<style>
span { border-color: #463FCD; }
span { border-color: rgb(70,63,205); }
td.TdClassName
{
border-color: #463FCD;
}
.TagClassName
{
border-color: #463FCD;
}
</style>