Shades of Free Speech Blue #486BC4
Tints of Free Speech Blue #486BC4
RGB
CMYK
RGB Variations
Color information
#486BC4 (or 0x486BC4) is known color: Free Speech Blue. HEX triplet: 48, 6B and C4. RGB value is (72,107,196). Sum of RGB (Red+Green+Blue) = 72+107+196=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #486BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BC4 is #B7943B. Grayscale: #6A6A6A. Windows color (decimal): -12031036 or 12872520. OLE color: 12872520.
HSL color Cylindrical-coordinate representation of color #486BC4: hue angle of 223.06º 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 #486BC4 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 107 | 196 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.23 |
| HSL | 223.06º | 0.51% | 0.53% | - |
| HSV(B) | 223.06º | 0.63% | 0.77% | - |
| XYZ | 17.89 | 15.88 | 54.35 | - |
| YUV | 106.68 | 178.4 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 196 | 0.63 | 0.45 | 0 | 0.23 | 223.06 | 0.51 | 0.53 |
| Hex | 48 | 6B | C4 | 3F | 2D | 0 | 17 | DF | 33 | 35 |
| Octal | 110 | 153 | 304 | 77 | 55 | 0 | 27 | 337 | 63 | 65 |
| Binary | 1001000 | 1101011 | 11000100 | 111111 | 101101 | 0 | 10111 | 11011111 | 110011 | 110101 |
Color Harmonies of #486BC4
Complementary color
Monochromatic Colors of #486BC4
Black with #486BC4
Text Example
Text Example
White with #486BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BC4; }
p { color: rgb(72,107,196); }
H1.HeaderClassName
{
color: #486BC4;
}
.AnyTagClassName
{
color: #486BC4;
}
</style>
background-color css
<style>
a { background-color: #486BC4; }
a { background-color: rgb(72,107,196); }
div.DivClassName
{
background-color: #486BC4;
}
.BgClassName
{
background-color: #486BC4;
}
</style>
border-color css
<style>
span { border-color: #486BC4; }
span { border-color: rgb(72,107,196); }
td.TdClassName
{
border-color: #486BC4;
}
.TagClassName
{
border-color: #486BC4;
}
</style>