Shades of Free Speech Blue #463CDA
Tints of Free Speech Blue #463CDA
RGB
CMYK
RGB Variations
Color information
#463CDA (or 0x463CDA) is known color: Free Speech Blue. HEX triplet: 46, 3C and DA. RGB value is (70,60,218). Sum of RGB (Red+Green+Blue) = 70+60+218=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #463CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CDA is #B9C325. Grayscale: #505050. Windows color (decimal): -12174118 or 14302278. OLE color: 14302278.
HSL color Cylindrical-coordinate representation of color #463CDA: hue angle of 243.8º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463CDA is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 60 | 218 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.15 |
| HSL | 243.8º | 0.68% | 0.55% | - |
| HSV(B) | 243.8º | 0.72% | 0.85% | - |
| XYZ | 16.8 | 9.6 | 67.3 | - |
| YUV | 81 | 205.31 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 218 | 0.68 | 0.72 | 0 | 0.15 | 243.8 | 0.68 | 0.55 |
| Hex | 46 | 3C | DA | 44 | 48 | 0 | F | F4 | 44 | 37 |
| Octal | 106 | 74 | 332 | 104 | 110 | 0 | 17 | 364 | 104 | 67 |
| Binary | 1000110 | 111100 | 11011010 | 1000100 | 1001000 | 0 | 1111 | 11110100 | 1000100 | 110111 |
Color Harmonies of #463CDA
Complementary color
Monochromatic Colors of #463CDA
Black with #463CDA
Text Example
Text Example
White with #463CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CDA; }
p { color: rgb(70,60,218); }
H1.HeaderClassName
{
color: #463CDA;
}
.AnyTagClassName
{
color: #463CDA;
}
</style>
background-color css
<style>
a { background-color: #463CDA; }
a { background-color: rgb(70,60,218); }
div.DivClassName
{
background-color: #463CDA;
}
.BgClassName
{
background-color: #463CDA;
}
</style>
border-color css
<style>
span { border-color: #463CDA; }
span { border-color: rgb(70,60,218); }
td.TdClassName
{
border-color: #463CDA;
}
.TagClassName
{
border-color: #463CDA;
}
</style>