Shades of Free Speech Blue #463DCC
Tints of Free Speech Blue #463DCC
RGB
CMYK
RGB Variations
Color information
#463DCC (or 0x463DCC) is known color: Free Speech Blue. HEX triplet: 46, 3D and CC. RGB value is (70,61,204). Sum of RGB (Red+Green+Blue) = 70+61+204=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #463DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DCC is #B9C233. Grayscale: #4F4F4F. Windows color (decimal): -12173876 or 13385030. OLE color: 13385030.
HSL color Cylindrical-coordinate representation of color #463DCC: hue angle of 243.78º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463DCC is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 61 | 204 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.2 |
| HSL | 243.78º | 0.58% | 0.52% | - |
| HSV(B) | 243.78º | 0.7% | 0.8% | - |
| XYZ | 15.09 | 9 | 58.07 | - |
| YUV | 79.99 | 197.98 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 204 | 0.66 | 0.70 | 0 | 0.2 | 243.78 | 0.58 | 0.52 |
| Hex | 46 | 3D | CC | 42 | 46 | 0 | 14 | F4 | 3A | 34 |
| Octal | 106 | 75 | 314 | 102 | 106 | 0 | 24 | 364 | 72 | 64 |
| Binary | 1000110 | 111101 | 11001100 | 1000010 | 1000110 | 0 | 10100 | 11110100 | 111010 | 110100 |
Color Harmonies of #463DCC
Complementary color
Monochromatic Colors of #463DCC
Black with #463DCC
Text Example
Text Example
White with #463DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DCC; }
p { color: rgb(70,61,204); }
H1.HeaderClassName
{
color: #463DCC;
}
.AnyTagClassName
{
color: #463DCC;
}
</style>
background-color css
<style>
a { background-color: #463DCC; }
a { background-color: rgb(70,61,204); }
div.DivClassName
{
background-color: #463DCC;
}
.BgClassName
{
background-color: #463DCC;
}
</style>
border-color css
<style>
span { border-color: #463DCC; }
span { border-color: rgb(70,61,204); }
td.TdClassName
{
border-color: #463DCC;
}
.TagClassName
{
border-color: #463DCC;
}
</style>