Shades of Free Speech Blue #4653BC
Tints of Free Speech Blue #4653BC
RGB
CMYK
RGB Variations
Color information
#4653BC (or 0x4653BC) is known color: Free Speech Blue. HEX triplet: 46, 53 and BC. RGB value is (70,83,188). Sum of RGB (Red+Green+Blue) = 70+83+188=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4653BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4653BC is #B9AC43. Grayscale: #5A5A5A. Windows color (decimal): -12168260 or 12342086. OLE color: 12342086.
HSL color Cylindrical-coordinate representation of color #4653BC: hue angle of 233.39º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4653BC is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 83 | 188 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.26 |
| HSL | 233.39º | 0.47% | 0.51% | - |
| HSV(B) | 233.39º | 0.63% | 0.74% | - |
| XYZ | 14.7 | 11.12 | 48.95 | - |
| YUV | 91.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 188 | 0.63 | 0.56 | 0 | 0.26 | 233.39 | 0.47 | 0.51 |
| Hex | 46 | 53 | BC | 3F | 38 | 0 | 1A | E9 | 2F | 33 |
| Octal | 106 | 123 | 274 | 77 | 70 | 0 | 32 | 351 | 57 | 63 |
| Binary | 1000110 | 1010011 | 10111100 | 111111 | 111000 | 0 | 11010 | 11101001 | 101111 | 110011 |
Color Harmonies of #4653BC
Complementary color
Monochromatic Colors of #4653BC
Black with #4653BC
Text Example
Text Example
White with #4653BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4653BC; }
p { color: rgb(70,83,188); }
H1.HeaderClassName
{
color: #4653BC;
}
.AnyTagClassName
{
color: #4653BC;
}
</style>
background-color css
<style>
a { background-color: #4653BC; }
a { background-color: rgb(70,83,188); }
div.DivClassName
{
background-color: #4653BC;
}
.BgClassName
{
background-color: #4653BC;
}
</style>
border-color css
<style>
span { border-color: #4653BC; }
span { border-color: rgb(70,83,188); }
td.TdClassName
{
border-color: #4653BC;
}
.TagClassName
{
border-color: #4653BC;
}
</style>