Shades of Free Speech Blue #4867BB
Tints of Free Speech Blue #4867BB
RGB
CMYK
RGB Variations
Color information
#4867BB (or 0x4867BB) is known color: Free Speech Blue. HEX triplet: 48, 67 and BB. RGB value is (72,103,187). Sum of RGB (Red+Green+Blue) = 72+103+187=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #4867BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4867BB is #B79844. Grayscale: #666666. Windows color (decimal): -12032069 or 12281672. OLE color: 12281672.
HSL color Cylindrical-coordinate representation of color #4867BB: hue angle of 223.83º degrees, saturation: 0.46, 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 #4867BB is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 103 | 187 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.27 |
| HSL | 223.83º | 0.46% | 0.51% | - |
| HSV(B) | 223.83º | 0.61% | 0.73% | - |
| XYZ | 16.49 | 14.67 | 48.98 | - |
| YUV | 103.31 | 175.23 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 187 | 0.61 | 0.45 | 0 | 0.27 | 223.83 | 0.46 | 0.51 |
| Hex | 48 | 67 | BB | 3D | 2D | 0 | 1B | E0 | 2E | 33 |
| Octal | 110 | 147 | 273 | 75 | 55 | 0 | 33 | 340 | 56 | 63 |
| Binary | 1001000 | 1100111 | 10111011 | 111101 | 101101 | 0 | 11011 | 11100000 | 101110 | 110011 |
Color Harmonies of #4867BB
Complementary color
Monochromatic Colors of #4867BB
Black with #4867BB
Text Example
Text Example
White with #4867BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4867BB; }
p { color: rgb(72,103,187); }
H1.HeaderClassName
{
color: #4867BB;
}
.AnyTagClassName
{
color: #4867BB;
}
</style>
background-color css
<style>
a { background-color: #4867BB; }
a { background-color: rgb(72,103,187); }
div.DivClassName
{
background-color: #4867BB;
}
.BgClassName
{
background-color: #4867BB;
}
</style>
border-color css
<style>
span { border-color: #4867BB; }
span { border-color: rgb(72,103,187); }
td.TdClassName
{
border-color: #4867BB;
}
.TagClassName
{
border-color: #4867BB;
}
</style>