Shades of Free Speech Blue #463ECB
Tints of Free Speech Blue #463ECB
RGB
CMYK
RGB Variations
Color information
#463ECB (or 0x463ECB) is known color: Free Speech Blue. HEX triplet: 46, 3E and CB. RGB value is (70,62,203). Sum of RGB (Red+Green+Blue) = 70+62+203=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #463ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ECB is #B9C134. Grayscale: #4F4F4F. Windows color (decimal): -12173621 or 13319750. OLE color: 13319750.
HSL color Cylindrical-coordinate representation of color #463ECB: hue angle of 243.4º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463ECB is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 62 | 203 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.20 |
| HSL | 243.4º | 0.58% | 0.52% | - |
| HSV(B) | 243.4º | 0.69% | 0.8% | - |
| XYZ | 15.03 | 9.06 | 57.46 | - |
| YUV | 80.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 203 | 0.66 | 0.69 | 0 | 0.20 | 243.4 | 0.58 | 0.52 |
| Hex | 46 | 3E | CB | 42 | 45 | 0 | 14 | F3 | 3A | 34 |
| Octal | 106 | 76 | 313 | 102 | 105 | 0 | 24 | 363 | 72 | 64 |
| Binary | 1000110 | 111110 | 11001011 | 1000010 | 1000101 | 0 | 10100 | 11110011 | 111010 | 110100 |
Color Harmonies of #463ECB
Complementary color
Monochromatic Colors of #463ECB
Black with #463ECB
Text Example
Text Example
White with #463ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463ECB; }
p { color: rgb(70,62,203); }
H1.HeaderClassName
{
color: #463ECB;
}
.AnyTagClassName
{
color: #463ECB;
}
</style>
background-color css
<style>
a { background-color: #463ECB; }
a { background-color: rgb(70,62,203); }
div.DivClassName
{
background-color: #463ECB;
}
.BgClassName
{
background-color: #463ECB;
}
</style>
border-color css
<style>
span { border-color: #463ECB; }
span { border-color: rgb(70,62,203); }
td.TdClassName
{
border-color: #463ECB;
}
.TagClassName
{
border-color: #463ECB;
}
</style>