Shades of Free Speech Blue #463DD2
Tints of Free Speech Blue #463DD2
RGB
CMYK
RGB Variations
Color information
#463DD2 (or 0x463DD2) is known color: Free Speech Blue. HEX triplet: 46, 3D and D2. RGB value is (70,61,210). Sum of RGB (Red+Green+Blue) = 70+61+210=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 210 (82.42% from 255 or 61.58% from 341); Max value from RGB is 210 - color contains mainly: blue. Hex color #463DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DD2 is #B9C22D. Grayscale: #505050. Windows color (decimal): -12173870 or 13778246. OLE color: 13778246.
HSL color Cylindrical-coordinate representation of color #463DD2: hue angle of 243.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463DD2 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 61 | 210 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.18 |
| HSL | 243.62º | 0.62% | 0.53% | - |
| HSV(B) | 243.62º | 0.71% | 0.82% | - |
| XYZ | 15.83 | 9.29 | 61.93 | - |
| YUV | 80.68 | 200.98 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 210 | 0.67 | 0.71 | 0 | 0.18 | 243.62 | 0.62 | 0.53 |
| Hex | 46 | 3D | D2 | 43 | 47 | 0 | 12 | F4 | 3E | 35 |
| Octal | 106 | 75 | 322 | 103 | 107 | 0 | 22 | 364 | 76 | 65 |
| Binary | 1000110 | 111101 | 11010010 | 1000011 | 1000111 | 0 | 10010 | 11110100 | 111110 | 110101 |
Color Harmonies of #463DD2
Complementary color
Monochromatic Colors of #463DD2
Black with #463DD2
Text Example
Text Example
White with #463DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DD2; }
p { color: rgb(70,61,210); }
H1.HeaderClassName
{
color: #463DD2;
}
.AnyTagClassName
{
color: #463DD2;
}
</style>
background-color css
<style>
a { background-color: #463DD2; }
a { background-color: rgb(70,61,210); }
div.DivClassName
{
background-color: #463DD2;
}
.BgClassName
{
background-color: #463DD2;
}
</style>
border-color css
<style>
span { border-color: #463DD2; }
span { border-color: rgb(70,61,210); }
td.TdClassName
{
border-color: #463DD2;
}
.TagClassName
{
border-color: #463DD2;
}
</style>