Shades of Free Speech Blue #463DCD
Tints of Free Speech Blue #463DCD
RGB
CMYK
RGB Variations
Color information
#463DCD (or 0x463DCD) is known color: Free Speech Blue. HEX triplet: 46, 3D and CD. RGB value is (70,61,205). Sum of RGB (Red+Green+Blue) = 70+61+205=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #463DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DCD is #B9C232. Grayscale: #4F4F4F. Windows color (decimal): -12173875 or 13450566. OLE color: 13450566.
HSL color Cylindrical-coordinate representation of color #463DCD: hue angle of 243.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463DCD is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 61 | 205 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.20 |
| HSL | 243.75º | 0.59% | 0.52% | - |
| HSV(B) | 243.75º | 0.7% | 0.8% | - |
| XYZ | 15.21 | 9.05 | 58.7 | - |
| YUV | 80.11 | 198.48 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 205 | 0.66 | 0.70 | 0 | 0.20 | 243.75 | 0.59 | 0.52 |
| Hex | 46 | 3D | CD | 42 | 46 | 0 | 14 | F4 | 3B | 34 |
| Octal | 106 | 75 | 315 | 102 | 106 | 0 | 24 | 364 | 73 | 64 |
| Binary | 1000110 | 111101 | 11001101 | 1000010 | 1000110 | 0 | 10100 | 11110100 | 111011 | 110100 |
Color Harmonies of #463DCD
Complementary color
Monochromatic Colors of #463DCD
Black with #463DCD
Text Example
Text Example
White with #463DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DCD; }
p { color: rgb(70,61,205); }
H1.HeaderClassName
{
color: #463DCD;
}
.AnyTagClassName
{
color: #463DCD;
}
</style>
background-color css
<style>
a { background-color: #463DCD; }
a { background-color: rgb(70,61,205); }
div.DivClassName
{
background-color: #463DCD;
}
.BgClassName
{
background-color: #463DCD;
}
</style>
border-color css
<style>
span { border-color: #463DCD; }
span { border-color: rgb(70,61,205); }
td.TdClassName
{
border-color: #463DCD;
}
.TagClassName
{
border-color: #463DCD;
}
</style>