Shades of Free Speech Blue #463CDC
Tints of Free Speech Blue #463CDC
RGB
CMYK
RGB Variations
Color information
#463CDC (or 0x463CDC) is known color: Free Speech Blue. HEX triplet: 46, 3C and DC. RGB value is (70,60,220). Sum of RGB (Red+Green+Blue) = 70+60+220=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #463CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CDC is #B9C323. Grayscale: #505050. Windows color (decimal): -12174116 or 14433350. OLE color: 14433350.
HSL color Cylindrical-coordinate representation of color #463CDC: hue angle of 243.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463CDC is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 60 | 220 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.14 |
| HSL | 243.75º | 0.7% | 0.55% | - |
| HSV(B) | 243.75º | 0.73% | 0.86% | - |
| XYZ | 17.06 | 9.7 | 68.68 | - |
| YUV | 81.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 220 | 0.68 | 0.73 | 0 | 0.14 | 243.75 | 0.7 | 0.55 |
| Hex | 46 | 3C | DC | 44 | 49 | 0 | E | F4 | 46 | 37 |
| Octal | 106 | 74 | 334 | 104 | 111 | 0 | 16 | 364 | 106 | 67 |
| Binary | 1000110 | 111100 | 11011100 | 1000100 | 1001001 | 0 | 1110 | 11110100 | 1000110 | 110111 |
Color Harmonies of #463CDC
Complementary color
Monochromatic Colors of #463CDC
Black with #463CDC
Text Example
Text Example
White with #463CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CDC; }
p { color: rgb(70,60,220); }
H1.HeaderClassName
{
color: #463CDC;
}
.AnyTagClassName
{
color: #463CDC;
}
</style>
background-color css
<style>
a { background-color: #463CDC; }
a { background-color: rgb(70,60,220); }
div.DivClassName
{
background-color: #463CDC;
}
.BgClassName
{
background-color: #463CDC;
}
</style>
border-color css
<style>
span { border-color: #463CDC; }
span { border-color: rgb(70,60,220); }
td.TdClassName
{
border-color: #463CDC;
}
.TagClassName
{
border-color: #463CDC;
}
</style>