Shades of Free Speech Blue #486DC1
Tints of Free Speech Blue #486DC1
RGB
CMYK
RGB Variations
Color information
#486DC1 (or 0x486DC1) is known color: Free Speech Blue. HEX triplet: 48, 6D and C1. RGB value is (72,109,193). Sum of RGB (Red+Green+Blue) = 72+109+193=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #486DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DC1 is #B7923E. Grayscale: #6B6B6B. Windows color (decimal): -12030527 or 12676424. OLE color: 12676424.
HSL color Cylindrical-coordinate representation of color #486DC1: hue angle of 221.65º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #486DC1 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 109 | 193 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.24 |
| HSL | 221.65º | 0.49% | 0.52% | - |
| HSV(B) | 221.65º | 0.63% | 0.76% | - |
| XYZ | 17.77 | 16.17 | 52.64 | - |
| YUV | 107.51 | 176.24 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 193 | 0.63 | 0.44 | 0 | 0.24 | 221.65 | 0.49 | 0.52 |
| Hex | 48 | 6D | C1 | 3F | 2C | 0 | 18 | DE | 31 | 34 |
| Octal | 110 | 155 | 301 | 77 | 54 | 0 | 30 | 336 | 61 | 64 |
| Binary | 1001000 | 1101101 | 11000001 | 111111 | 101100 | 0 | 11000 | 11011110 | 110001 | 110100 |
Color Harmonies of #486DC1
Complementary color
Monochromatic Colors of #486DC1
Black with #486DC1
Text Example
Text Example
White with #486DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DC1; }
p { color: rgb(72,109,193); }
H1.HeaderClassName
{
color: #486DC1;
}
.AnyTagClassName
{
color: #486DC1;
}
</style>
background-color css
<style>
a { background-color: #486DC1; }
a { background-color: rgb(72,109,193); }
div.DivClassName
{
background-color: #486DC1;
}
.BgClassName
{
background-color: #486DC1;
}
</style>
border-color css
<style>
span { border-color: #486DC1; }
span { border-color: rgb(72,109,193); }
td.TdClassName
{
border-color: #486DC1;
}
.TagClassName
{
border-color: #486DC1;
}
</style>