Shades of Free Speech Blue #463BB8
Tints of Free Speech Blue #463BB8
RGB
CMYK
RGB Variations
Color information
#463BB8 (or 0x463BB8) is known color: Free Speech Blue. HEX triplet: 46, 3B and B8. RGB value is (70,59,184). Sum of RGB (Red+Green+Blue) = 70+59+184=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #463BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BB8 is #B9C447. Grayscale: #4C4C4C. Windows color (decimal): -12174408 or 12073798. OLE color: 12073798.
HSL color Cylindrical-coordinate representation of color #463BB8: hue angle of 245.28º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463BB8 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 59 | 184 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.28 |
| HSL | 245.28º | 0.51% | 0.48% | - |
| HSV(B) | 245.28º | 0.68% | 0.72% | - |
| XYZ | 12.74 | 7.89 | 46.2 | - |
| YUV | 76.54 | 188.64 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 184 | 0.62 | 0.68 | 0 | 0.28 | 245.28 | 0.51 | 0.48 |
| Hex | 46 | 3B | B8 | 3E | 44 | 0 | 1C | F5 | 33 | 30 |
| Octal | 106 | 73 | 270 | 76 | 104 | 0 | 34 | 365 | 63 | 60 |
| Binary | 1000110 | 111011 | 10111000 | 111110 | 1000100 | 0 | 11100 | 11110101 | 110011 | 110000 |
Color Harmonies of #463BB8
Complementary color
Monochromatic Colors of #463BB8
Black with #463BB8
Text Example
Text Example
White with #463BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463BB8; }
p { color: rgb(70,59,184); }
H1.HeaderClassName
{
color: #463BB8;
}
.AnyTagClassName
{
color: #463BB8;
}
</style>
background-color css
<style>
a { background-color: #463BB8; }
a { background-color: rgb(70,59,184); }
div.DivClassName
{
background-color: #463BB8;
}
.BgClassName
{
background-color: #463BB8;
}
</style>
border-color css
<style>
span { border-color: #463BB8; }
span { border-color: rgb(70,59,184); }
td.TdClassName
{
border-color: #463BB8;
}
.TagClassName
{
border-color: #463BB8;
}
</style>