Shades of Free Speech Blue #4643BC
Tints of Free Speech Blue #4643BC
RGB
CMYK
RGB Variations
Color information
#4643BC (or 0x4643BC) is known color: Free Speech Blue. HEX triplet: 46, 43 and BC. RGB value is (70,67,188). Sum of RGB (Red+Green+Blue) = 70+67+188=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #4643BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4643BC is #B9BC43. Grayscale: #515151. Windows color (decimal): -12172356 or 12337990. OLE color: 12337990.
HSL color Cylindrical-coordinate representation of color #4643BC: hue angle of 241.49º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4643BC is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 67 | 188 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.26 |
| HSL | 241.49º | 0.47% | 0.5% | - |
| HSV(B) | 241.49º | 0.64% | 0.74% | - |
| XYZ | 13.61 | 8.95 | 48.59 | - |
| YUV | 81.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 188 | 0.63 | 0.64 | 0 | 0.26 | 241.49 | 0.47 | 0.5 |
| Hex | 46 | 43 | BC | 3F | 40 | 0 | 1A | F1 | 2F | 32 |
| Octal | 106 | 103 | 274 | 77 | 100 | 0 | 32 | 361 | 57 | 62 |
| Binary | 1000110 | 1000011 | 10111100 | 111111 | 1000000 | 0 | 11010 | 11110001 | 101111 | 110010 |
Color Harmonies of #4643BC
Complementary color
Monochromatic Colors of #4643BC
Black with #4643BC
Text Example
Text Example
White with #4643BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4643BC; }
p { color: rgb(70,67,188); }
H1.HeaderClassName
{
color: #4643BC;
}
.AnyTagClassName
{
color: #4643BC;
}
</style>
background-color css
<style>
a { background-color: #4643BC; }
a { background-color: rgb(70,67,188); }
div.DivClassName
{
background-color: #4643BC;
}
.BgClassName
{
background-color: #4643BC;
}
</style>
border-color css
<style>
span { border-color: #4643BC; }
span { border-color: rgb(70,67,188); }
td.TdClassName
{
border-color: #4643BC;
}
.TagClassName
{
border-color: #4643BC;
}
</style>