Shades of Free Speech Blue #463DBB
Tints of Free Speech Blue #463DBB
RGB
CMYK
RGB Variations
Color information
#463DBB (or 0x463DBB) is known color: Free Speech Blue. HEX triplet: 46, 3D and BB. RGB value is (70,61,187). Sum of RGB (Red+Green+Blue) = 70+61+187=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #463DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DBB is #B9C244. Grayscale: #4D4D4D. Windows color (decimal): -12173893 or 12270918. OLE color: 12270918.
HSL color Cylindrical-coordinate representation of color #463DBB: hue angle of 244.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463DBB is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 61 | 187 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.27 |
| HSL | 244.29º | 0.51% | 0.49% | - |
| HSV(B) | 244.29º | 0.67% | 0.73% | - |
| XYZ | 13.16 | 8.23 | 47.91 | - |
| YUV | 78.06 | 189.48 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 187 | 0.63 | 0.67 | 0 | 0.27 | 244.29 | 0.51 | 0.49 |
| Hex | 46 | 3D | BB | 3F | 43 | 0 | 1B | F4 | 33 | 31 |
| Octal | 106 | 75 | 273 | 77 | 103 | 0 | 33 | 364 | 63 | 61 |
| Binary | 1000110 | 111101 | 10111011 | 111111 | 1000011 | 0 | 11011 | 11110100 | 110011 | 110001 |
Color Harmonies of #463DBB
Complementary color
Monochromatic Colors of #463DBB
Black with #463DBB
Text Example
Text Example
White with #463DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DBB; }
p { color: rgb(70,61,187); }
H1.HeaderClassName
{
color: #463DBB;
}
.AnyTagClassName
{
color: #463DBB;
}
</style>
background-color css
<style>
a { background-color: #463DBB; }
a { background-color: rgb(70,61,187); }
div.DivClassName
{
background-color: #463DBB;
}
.BgClassName
{
background-color: #463DBB;
}
</style>
border-color css
<style>
span { border-color: #463DBB; }
span { border-color: rgb(70,61,187); }
td.TdClassName
{
border-color: #463DBB;
}
.TagClassName
{
border-color: #463DBB;
}
</style>