Shades of Free Speech Blue #463CCD
Tints of Free Speech Blue #463CCD
RGB
CMYK
RGB Variations
Color information
#463CCD (or 0x463CCD) is known color: Free Speech Blue. HEX triplet: 46, 3C and CD. RGB value is (70,60,205). Sum of RGB (Red+Green+Blue) = 70+60+205=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #463CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CCD is #B9C332. Grayscale: #4E4E4E. Windows color (decimal): -12174131 or 13450310. OLE color: 13450310.
HSL color Cylindrical-coordinate representation of color #463CCD: hue angle of 244.14º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463CCD is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 60 | 205 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.20 |
| HSL | 244.14º | 0.59% | 0.52% | - |
| HSV(B) | 244.14º | 0.71% | 0.8% | - |
| XYZ | 15.16 | 8.94 | 58.68 | - |
| YUV | 79.52 | 198.81 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 205 | 0.66 | 0.71 | 0 | 0.20 | 244.14 | 0.59 | 0.52 |
| Hex | 46 | 3C | CD | 42 | 47 | 0 | 14 | F4 | 3B | 34 |
| Octal | 106 | 74 | 315 | 102 | 107 | 0 | 24 | 364 | 73 | 64 |
| Binary | 1000110 | 111100 | 11001101 | 1000010 | 1000111 | 0 | 10100 | 11110100 | 111011 | 110100 |
Color Harmonies of #463CCD
Complementary color
Monochromatic Colors of #463CCD
Black with #463CCD
Text Example
Text Example
White with #463CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CCD; }
p { color: rgb(70,60,205); }
H1.HeaderClassName
{
color: #463CCD;
}
.AnyTagClassName
{
color: #463CCD;
}
</style>
background-color css
<style>
a { background-color: #463CCD; }
a { background-color: rgb(70,60,205); }
div.DivClassName
{
background-color: #463CCD;
}
.BgClassName
{
background-color: #463CCD;
}
</style>
border-color css
<style>
span { border-color: #463CCD; }
span { border-color: rgb(70,60,205); }
td.TdClassName
{
border-color: #463CCD;
}
.TagClassName
{
border-color: #463CCD;
}
</style>