Shades of Free Speech Blue #4860D0
Tints of Free Speech Blue #4860D0
RGB
CMYK
RGB Variations
Color information
#4860D0 (or 0x4860D0) is known color: Free Speech Blue. HEX triplet: 48, 60 and D0. RGB value is (72,96,208). Sum of RGB (Red+Green+Blue) = 72+96+208=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #4860D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860D0 is #B79F2F. Grayscale: #656565. Windows color (decimal): -12033840 or 13656136. OLE color: 13656136.
HSL color Cylindrical-coordinate representation of color #4860D0: hue angle of 229.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4860D0 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 96 | 208 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.18 |
| HSL | 229.41º | 0.59% | 0.55% | - |
| HSV(B) | 229.41º | 0.65% | 0.82% | - |
| XYZ | 18.24 | 14.3 | 61.47 | - |
| YUV | 101.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 208 | 0.65 | 0.54 | 0 | 0.18 | 229.41 | 0.59 | 0.55 |
| Hex | 48 | 60 | D0 | 41 | 36 | 0 | 12 | E5 | 3B | 37 |
| Octal | 110 | 140 | 320 | 101 | 66 | 0 | 22 | 345 | 73 | 67 |
| Binary | 1001000 | 1100000 | 11010000 | 1000001 | 110110 | 0 | 10010 | 11100101 | 111011 | 110111 |
Color Harmonies of #4860D0
Complementary color
Monochromatic Colors of #4860D0
Black with #4860D0
Text Example
Text Example
White with #4860D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860D0; }
p { color: rgb(72,96,208); }
H1.HeaderClassName
{
color: #4860D0;
}
.AnyTagClassName
{
color: #4860D0;
}
</style>
background-color css
<style>
a { background-color: #4860D0; }
a { background-color: rgb(72,96,208); }
div.DivClassName
{
background-color: #4860D0;
}
.BgClassName
{
background-color: #4860D0;
}
</style>
border-color css
<style>
span { border-color: #4860D0; }
span { border-color: rgb(72,96,208); }
td.TdClassName
{
border-color: #4860D0;
}
.TagClassName
{
border-color: #4860D0;
}
</style>