Shades of Free Speech Blue #4867BA
Tints of Free Speech Blue #4867BA
RGB
CMYK
RGB Variations
Color information
#4867BA (or 0x4867BA) is known color: Free Speech Blue. HEX triplet: 48, 67 and BA. RGB value is (72,103,186). Sum of RGB (Red+Green+Blue) = 72+103+186=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #4867BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4867BA is #B79845. Grayscale: #666666. Windows color (decimal): -12032070 or 12216136. OLE color: 12216136.
HSL color Cylindrical-coordinate representation of color #4867BA: hue angle of 223.68º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4867BA is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 103 | 186 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.27 |
| HSL | 223.68º | 0.45% | 0.51% | - |
| HSV(B) | 223.68º | 0.61% | 0.73% | - |
| XYZ | 16.39 | 14.62 | 48.41 | - |
| YUV | 103.19 | 174.73 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 186 | 0.61 | 0.45 | 0 | 0.27 | 223.68 | 0.45 | 0.51 |
| Hex | 48 | 67 | BA | 3D | 2D | 0 | 1B | E0 | 2D | 33 |
| Octal | 110 | 147 | 272 | 75 | 55 | 0 | 33 | 340 | 55 | 63 |
| Binary | 1001000 | 1100111 | 10111010 | 111101 | 101101 | 0 | 11011 | 11100000 | 101101 | 110011 |
Color Harmonies of #4867BA
Complementary color
Monochromatic Colors of #4867BA
Black with #4867BA
Text Example
Text Example
White with #4867BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4867BA; }
p { color: rgb(72,103,186); }
H1.HeaderClassName
{
color: #4867BA;
}
.AnyTagClassName
{
color: #4867BA;
}
</style>
background-color css
<style>
a { background-color: #4867BA; }
a { background-color: rgb(72,103,186); }
div.DivClassName
{
background-color: #4867BA;
}
.BgClassName
{
background-color: #4867BA;
}
</style>
border-color css
<style>
span { border-color: #4867BA; }
span { border-color: rgb(72,103,186); }
td.TdClassName
{
border-color: #4867BA;
}
.TagClassName
{
border-color: #4867BA;
}
</style>