Shades of Free Speech Blue #463EBC
Tints of Free Speech Blue #463EBC
RGB
CMYK
RGB Variations
Color information
#463EBC (or 0x463EBC) is known color: Free Speech Blue. HEX triplet: 46, 3E and BC. RGB value is (70,62,188). Sum of RGB (Red+Green+Blue) = 70+62+188=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #463EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463EBC is #B9C143. Grayscale: #4E4E4E. Windows color (decimal): -12173636 or 12336710. OLE color: 12336710.
HSL color Cylindrical-coordinate representation of color #463EBC: hue angle of 243.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463EBC is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 62 | 188 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.26 |
| HSL | 243.81º | 0.5% | 0.49% | - |
| HSV(B) | 243.81º | 0.67% | 0.74% | - |
| XYZ | 13.33 | 8.38 | 48.49 | - |
| YUV | 78.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 188 | 0.63 | 0.67 | 0 | 0.26 | 243.81 | 0.5 | 0.49 |
| Hex | 46 | 3E | BC | 3F | 43 | 0 | 1A | F4 | 32 | 31 |
| Octal | 106 | 76 | 274 | 77 | 103 | 0 | 32 | 364 | 62 | 61 |
| Binary | 1000110 | 111110 | 10111100 | 111111 | 1000011 | 0 | 11010 | 11110100 | 110010 | 110001 |
Color Harmonies of #463EBC
Complementary color
Monochromatic Colors of #463EBC
Black with #463EBC
Text Example
Text Example
White with #463EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463EBC; }
p { color: rgb(70,62,188); }
H1.HeaderClassName
{
color: #463EBC;
}
.AnyTagClassName
{
color: #463EBC;
}
</style>
background-color css
<style>
a { background-color: #463EBC; }
a { background-color: rgb(70,62,188); }
div.DivClassName
{
background-color: #463EBC;
}
.BgClassName
{
background-color: #463EBC;
}
</style>
border-color css
<style>
span { border-color: #463EBC; }
span { border-color: rgb(70,62,188); }
td.TdClassName
{
border-color: #463EBC;
}
.TagClassName
{
border-color: #463EBC;
}
</style>