Shades of Free Speech Blue #486CC1
Tints of Free Speech Blue #486CC1
RGB
CMYK
RGB Variations
Color information
#486CC1 (or 0x486CC1) is known color: Free Speech Blue. HEX triplet: 48, 6C and C1. RGB value is (72,108,193). Sum of RGB (Red+Green+Blue) = 72+108+193=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #486CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CC1 is #B7933E. Grayscale: #6A6A6A. Windows color (decimal): -12030783 or 12676168. OLE color: 12676168.
HSL color Cylindrical-coordinate representation of color #486CC1: hue angle of 222.15º 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 #486CC1 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 108 | 193 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.24 |
| HSL | 222.15º | 0.49% | 0.52% | - |
| HSV(B) | 222.15º | 0.63% | 0.76% | - |
| XYZ | 17.66 | 15.95 | 52.6 | - |
| YUV | 106.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 193 | 0.63 | 0.44 | 0 | 0.24 | 222.15 | 0.49 | 0.52 |
| Hex | 48 | 6C | C1 | 3F | 2C | 0 | 18 | DE | 31 | 34 |
| Octal | 110 | 154 | 301 | 77 | 54 | 0 | 30 | 336 | 61 | 64 |
| Binary | 1001000 | 1101100 | 11000001 | 111111 | 101100 | 0 | 11000 | 11011110 | 110001 | 110100 |
Color Harmonies of #486CC1
Complementary color
Monochromatic Colors of #486CC1
Black with #486CC1
Text Example
Text Example
White with #486CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CC1; }
p { color: rgb(72,108,193); }
H1.HeaderClassName
{
color: #486CC1;
}
.AnyTagClassName
{
color: #486CC1;
}
</style>
background-color css
<style>
a { background-color: #486CC1; }
a { background-color: rgb(72,108,193); }
div.DivClassName
{
background-color: #486CC1;
}
.BgClassName
{
background-color: #486CC1;
}
</style>
border-color css
<style>
span { border-color: #486CC1; }
span { border-color: rgb(72,108,193); }
td.TdClassName
{
border-color: #486CC1;
}
.TagClassName
{
border-color: #486CC1;
}
</style>