Shades of Free Speech Blue #486DC7
Tints of Free Speech Blue #486DC7
RGB
CMYK
RGB Variations
Color information
#486DC7 (or 0x486DC7) is known color: Free Speech Blue. HEX triplet: 48, 6D and C7. RGB value is (72,109,199). Sum of RGB (Red+Green+Blue) = 72+109+199=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #486DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DC7 is #B79238. Grayscale: #6B6B6B. Windows color (decimal): -12030521 or 13069640. OLE color: 13069640.
HSL color Cylindrical-coordinate representation of color #486DC7: hue angle of 222.52º degrees, saturation: 0.53, 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 #486DC7 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 109 | 199 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.22 |
| HSL | 222.52º | 0.53% | 0.53% | - |
| HSV(B) | 222.52º | 0.64% | 0.78% | - |
| XYZ | 18.45 | 16.44 | 56.23 | - |
| YUV | 108.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 199 | 0.64 | 0.45 | 0 | 0.22 | 222.52 | 0.53 | 0.53 |
| Hex | 48 | 6D | C7 | 40 | 2D | 0 | 16 | DF | 35 | 35 |
| Octal | 110 | 155 | 307 | 100 | 55 | 0 | 26 | 337 | 65 | 65 |
| Binary | 1001000 | 1101101 | 11000111 | 1000000 | 101101 | 0 | 10110 | 11011111 | 110101 | 110101 |
Color Harmonies of #486DC7
Complementary color
Monochromatic Colors of #486DC7
Black with #486DC7
Text Example
Text Example
White with #486DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DC7; }
p { color: rgb(72,109,199); }
H1.HeaderClassName
{
color: #486DC7;
}
.AnyTagClassName
{
color: #486DC7;
}
</style>
background-color css
<style>
a { background-color: #486DC7; }
a { background-color: rgb(72,109,199); }
div.DivClassName
{
background-color: #486DC7;
}
.BgClassName
{
background-color: #486DC7;
}
</style>
border-color css
<style>
span { border-color: #486DC7; }
span { border-color: rgb(72,109,199); }
td.TdClassName
{
border-color: #486DC7;
}
.TagClassName
{
border-color: #486DC7;
}
</style>