Shades of Free Speech Blue #463CBF
Tints of Free Speech Blue #463CBF
RGB
CMYK
RGB Variations
Color information
#463CBF (or 0x463CBF) is known color: Free Speech Blue. HEX triplet: 46, 3C and BF. RGB value is (70,60,191). Sum of RGB (Red+Green+Blue) = 70+60+191=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #463CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CBF is #B9C340. Grayscale: #4D4D4D. Windows color (decimal): -12174145 or 12532806. OLE color: 12532806.
HSL color Cylindrical-coordinate representation of color #463CBF: hue angle of 244.58º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463CBF is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 60 | 191 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.25 |
| HSL | 244.58º | 0.52% | 0.49% | - |
| HSV(B) | 244.58º | 0.69% | 0.75% | - |
| XYZ | 13.55 | 8.3 | 50.18 | - |
| YUV | 77.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 191 | 0.63 | 0.69 | 0 | 0.25 | 244.58 | 0.52 | 0.49 |
| Hex | 46 | 3C | BF | 3F | 45 | 0 | 19 | F5 | 34 | 31 |
| Octal | 106 | 74 | 277 | 77 | 105 | 0 | 31 | 365 | 64 | 61 |
| Binary | 1000110 | 111100 | 10111111 | 111111 | 1000101 | 0 | 11001 | 11110101 | 110100 | 110001 |
Color Harmonies of #463CBF
Complementary color
Monochromatic Colors of #463CBF
Black with #463CBF
Text Example
Text Example
White with #463CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CBF; }
p { color: rgb(70,60,191); }
H1.HeaderClassName
{
color: #463CBF;
}
.AnyTagClassName
{
color: #463CBF;
}
</style>
background-color css
<style>
a { background-color: #463CBF; }
a { background-color: rgb(70,60,191); }
div.DivClassName
{
background-color: #463CBF;
}
.BgClassName
{
background-color: #463CBF;
}
</style>
border-color css
<style>
span { border-color: #463CBF; }
span { border-color: rgb(70,60,191); }
td.TdClassName
{
border-color: #463CBF;
}
.TagClassName
{
border-color: #463CBF;
}
</style>