Shades of Free Speech Blue #463CBC
Tints of Free Speech Blue #463CBC
RGB
CMYK
RGB Variations
Color information
#463CBC (or 0x463CBC) is known color: Free Speech Blue. HEX triplet: 46, 3C and BC. RGB value is (70,60,188). Sum of RGB (Red+Green+Blue) = 70+60+188=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #463CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CBC is #B9C343. Grayscale: #4D4D4D. Windows color (decimal): -12174148 or 12336198. OLE color: 12336198.
HSL color Cylindrical-coordinate representation of color #463CBC: hue angle of 244.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463CBC is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 60 | 188 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.26 |
| HSL | 244.69º | 0.52% | 0.49% | - |
| HSV(B) | 244.69º | 0.68% | 0.74% | - |
| XYZ | 13.22 | 8.16 | 48.46 | - |
| YUV | 77.58 | 190.31 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 188 | 0.63 | 0.68 | 0 | 0.26 | 244.69 | 0.52 | 0.49 |
| Hex | 46 | 3C | BC | 3F | 44 | 0 | 1A | F5 | 34 | 31 |
| Octal | 106 | 74 | 274 | 77 | 104 | 0 | 32 | 365 | 64 | 61 |
| Binary | 1000110 | 111100 | 10111100 | 111111 | 1000100 | 0 | 11010 | 11110101 | 110100 | 110001 |
Color Harmonies of #463CBC
Complementary color
Monochromatic Colors of #463CBC
Black with #463CBC
Text Example
Text Example
White with #463CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CBC; }
p { color: rgb(70,60,188); }
H1.HeaderClassName
{
color: #463CBC;
}
.AnyTagClassName
{
color: #463CBC;
}
</style>
background-color css
<style>
a { background-color: #463CBC; }
a { background-color: rgb(70,60,188); }
div.DivClassName
{
background-color: #463CBC;
}
.BgClassName
{
background-color: #463CBC;
}
</style>
border-color css
<style>
span { border-color: #463CBC; }
span { border-color: rgb(70,60,188); }
td.TdClassName
{
border-color: #463CBC;
}
.TagClassName
{
border-color: #463CBC;
}
</style>