Shades of Free Speech Blue #463EC2
Tints of Free Speech Blue #463EC2
RGB
CMYK
RGB Variations
Color information
#463EC2 (or 0x463EC2) is known color: Free Speech Blue. HEX triplet: 46, 3E and C2. RGB value is (70,62,194). Sum of RGB (Red+Green+Blue) = 70+62+194=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #463EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463EC2 is #B9C13D. Grayscale: #4E4E4E. Windows color (decimal): -12173630 or 12729926. OLE color: 12729926.
HSL color Cylindrical-coordinate representation of color #463EC2: hue angle of 243.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463EC2 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 62 | 194 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.24 |
| HSL | 243.64º | 0.52% | 0.5% | - |
| HSV(B) | 243.64º | 0.68% | 0.76% | - |
| XYZ | 13.99 | 8.64 | 51.97 | - |
| YUV | 79.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 194 | 0.64 | 0.68 | 0 | 0.24 | 243.64 | 0.52 | 0.5 |
| Hex | 46 | 3E | C2 | 40 | 44 | 0 | 18 | F4 | 34 | 32 |
| Octal | 106 | 76 | 302 | 100 | 104 | 0 | 30 | 364 | 64 | 62 |
| Binary | 1000110 | 111110 | 11000010 | 1000000 | 1000100 | 0 | 11000 | 11110100 | 110100 | 110010 |
Color Harmonies of #463EC2
Complementary color
Monochromatic Colors of #463EC2
Black with #463EC2
Text Example
Text Example
White with #463EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463EC2; }
p { color: rgb(70,62,194); }
H1.HeaderClassName
{
color: #463EC2;
}
.AnyTagClassName
{
color: #463EC2;
}
</style>
background-color css
<style>
a { background-color: #463EC2; }
a { background-color: rgb(70,62,194); }
div.DivClassName
{
background-color: #463EC2;
}
.BgClassName
{
background-color: #463EC2;
}
</style>
border-color css
<style>
span { border-color: #463EC2; }
span { border-color: rgb(70,62,194); }
td.TdClassName
{
border-color: #463EC2;
}
.TagClassName
{
border-color: #463EC2;
}
</style>