Shades of Free Speech Blue #4860C8
Tints of Free Speech Blue #4860C8
RGB
CMYK
RGB Variations
Color information
#4860C8 (or 0x4860C8) is known color: Free Speech Blue. HEX triplet: 48, 60 and C8. RGB value is (72,96,200). Sum of RGB (Red+Green+Blue) = 72+96+200=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 200 (78.52% from 255 or 54.35% from 368); Max value from RGB is 200 - color contains mainly: blue. Hex color #4860C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860C8 is #B79F37. Grayscale: #646464. Windows color (decimal): -12033848 or 13131848. OLE color: 13131848.
HSL color Cylindrical-coordinate representation of color #4860C8: hue angle of 228.75º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4860C8 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 96 | 200 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.22 |
| HSL | 228.75º | 0.54% | 0.53% | - |
| HSV(B) | 228.75º | 0.64% | 0.78% | - |
| XYZ | 17.28 | 13.91 | 56.42 | - |
| YUV | 100.68 | 184.05 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 200 | 0.64 | 0.52 | 0 | 0.22 | 228.75 | 0.54 | 0.53 |
| Hex | 48 | 60 | C8 | 40 | 34 | 0 | 16 | E5 | 36 | 35 |
| Octal | 110 | 140 | 310 | 100 | 64 | 0 | 26 | 345 | 66 | 65 |
| Binary | 1001000 | 1100000 | 11001000 | 1000000 | 110100 | 0 | 10110 | 11100101 | 110110 | 110101 |
Color Harmonies of #4860C8
Complementary color
Monochromatic Colors of #4860C8
Black with #4860C8
Text Example
Text Example
White with #4860C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860C8; }
p { color: rgb(72,96,200); }
H1.HeaderClassName
{
color: #4860C8;
}
.AnyTagClassName
{
color: #4860C8;
}
</style>
background-color css
<style>
a { background-color: #4860C8; }
a { background-color: rgb(72,96,200); }
div.DivClassName
{
background-color: #4860C8;
}
.BgClassName
{
background-color: #4860C8;
}
</style>
border-color css
<style>
span { border-color: #4860C8; }
span { border-color: rgb(72,96,200); }
td.TdClassName
{
border-color: #4860C8;
}
.TagClassName
{
border-color: #4860C8;
}
</style>