Shades of Free Speech Blue #486EC4
Tints of Free Speech Blue #486EC4
RGB
CMYK
RGB Variations
Color information
#486EC4 (or 0x486EC4) is known color: Free Speech Blue. HEX triplet: 48, 6E and C4. RGB value is (72,110,196). Sum of RGB (Red+Green+Blue) = 72+110+196=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #486EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EC4 is #B7913B. Grayscale: #6C6C6C. Windows color (decimal): -12030268 or 12873288. OLE color: 12873288.
HSL color Cylindrical-coordinate representation of color #486EC4: hue angle of 221.61º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #486EC4 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 110 | 196 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.23 |
| HSL | 221.61º | 0.51% | 0.53% | - |
| HSV(B) | 221.61º | 0.63% | 0.77% | - |
| XYZ | 18.21 | 16.52 | 54.45 | - |
| YUV | 108.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 196 | 0.63 | 0.44 | 0 | 0.23 | 221.61 | 0.51 | 0.53 |
| Hex | 48 | 6E | C4 | 3F | 2C | 0 | 17 | DE | 33 | 35 |
| Octal | 110 | 156 | 304 | 77 | 54 | 0 | 27 | 336 | 63 | 65 |
| Binary | 1001000 | 1101110 | 11000100 | 111111 | 101100 | 0 | 10111 | 11011110 | 110011 | 110101 |
Color Harmonies of #486EC4
Complementary color
Monochromatic Colors of #486EC4
Black with #486EC4
Text Example
Text Example
White with #486EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486EC4; }
p { color: rgb(72,110,196); }
H1.HeaderClassName
{
color: #486EC4;
}
.AnyTagClassName
{
color: #486EC4;
}
</style>
background-color css
<style>
a { background-color: #486EC4; }
a { background-color: rgb(72,110,196); }
div.DivClassName
{
background-color: #486EC4;
}
.BgClassName
{
background-color: #486EC4;
}
</style>
border-color css
<style>
span { border-color: #486EC4; }
span { border-color: rgb(72,110,196); }
td.TdClassName
{
border-color: #486EC4;
}
.TagClassName
{
border-color: #486EC4;
}
</style>