Shades of Free Speech Blue #486DC0
Tints of Free Speech Blue #486DC0
RGB
CMYK
RGB Variations
Color information
#486DC0 (or 0x486DC0) is known color: Free Speech Blue. HEX triplet: 48, 6D and C0. RGB value is (72,109,192). Sum of RGB (Red+Green+Blue) = 72+109+192=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #486DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DC0 is #B7923F. Grayscale: #6B6B6B. Windows color (decimal): -12030528 or 12610888. OLE color: 12610888.
HSL color Cylindrical-coordinate representation of color #486DC0: hue angle of 221.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486DC0 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 109 | 192 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.25 |
| HSL | 221.5º | 0.49% | 0.52% | - |
| HSV(B) | 221.5º | 0.63% | 0.75% | - |
| XYZ | 17.66 | 16.12 | 52.05 | - |
| YUV | 107.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 192 | 0.63 | 0.43 | 0 | 0.25 | 221.5 | 0.49 | 0.52 |
| Hex | 48 | 6D | C0 | 3F | 2B | 0 | 19 | DE | 31 | 34 |
| Octal | 110 | 155 | 300 | 77 | 53 | 0 | 31 | 336 | 61 | 64 |
| Binary | 1001000 | 1101101 | 11000000 | 111111 | 101011 | 0 | 11001 | 11011110 | 110001 | 110100 |
Color Harmonies of #486DC0
Complementary color
Monochromatic Colors of #486DC0
Black with #486DC0
Text Example
Text Example
White with #486DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DC0; }
p { color: rgb(72,109,192); }
H1.HeaderClassName
{
color: #486DC0;
}
.AnyTagClassName
{
color: #486DC0;
}
</style>
background-color css
<style>
a { background-color: #486DC0; }
a { background-color: rgb(72,109,192); }
div.DivClassName
{
background-color: #486DC0;
}
.BgClassName
{
background-color: #486DC0;
}
</style>
border-color css
<style>
span { border-color: #486DC0; }
span { border-color: rgb(72,109,192); }
td.TdClassName
{
border-color: #486DC0;
}
.TagClassName
{
border-color: #486DC0;
}
</style>