Shades of Free Speech Blue #4860BC
Tints of Free Speech Blue #4860BC
RGB
CMYK
RGB Variations
Color information
#4860BC (or 0x4860BC) is known color: Free Speech Blue. HEX triplet: 48, 60 and BC. RGB value is (72,96,188). Sum of RGB (Red+Green+Blue) = 72+96+188=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #4860BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860BC is #B79F43. Grayscale: #626262. Windows color (decimal): -12033860 or 12345416. OLE color: 12345416.
HSL color Cylindrical-coordinate representation of color #4860BC: hue angle of 227.59º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4860BC is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 96 | 188 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.26 |
| HSL | 227.59º | 0.46% | 0.51% | - |
| HSV(B) | 227.59º | 0.62% | 0.74% | - |
| XYZ | 15.93 | 13.37 | 49.32 | - |
| YUV | 99.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 188 | 0.62 | 0.49 | 0 | 0.26 | 227.59 | 0.46 | 0.51 |
| Hex | 48 | 60 | BC | 3E | 31 | 0 | 1A | E4 | 2E | 33 |
| Octal | 110 | 140 | 274 | 76 | 61 | 0 | 32 | 344 | 56 | 63 |
| Binary | 1001000 | 1100000 | 10111100 | 111110 | 110001 | 0 | 11010 | 11100100 | 101110 | 110011 |
Color Harmonies of #4860BC
Complementary color
Monochromatic Colors of #4860BC
Black with #4860BC
Text Example
Text Example
White with #4860BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860BC; }
p { color: rgb(72,96,188); }
H1.HeaderClassName
{
color: #4860BC;
}
.AnyTagClassName
{
color: #4860BC;
}
</style>
background-color css
<style>
a { background-color: #4860BC; }
a { background-color: rgb(72,96,188); }
div.DivClassName
{
background-color: #4860BC;
}
.BgClassName
{
background-color: #4860BC;
}
</style>
border-color css
<style>
span { border-color: #4860BC; }
span { border-color: rgb(72,96,188); }
td.TdClassName
{
border-color: #4860BC;
}
.TagClassName
{
border-color: #4860BC;
}
</style>