Shades of Free Speech Blue #4864BC
Tints of Free Speech Blue #4864BC
RGB
CMYK
RGB Variations
Color information
#4864BC (or 0x4864BC) is known color: Free Speech Blue. HEX triplet: 48, 64 and BC. RGB value is (72,100,188). Sum of RGB (Red+Green+Blue) = 72+100+188=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #4864BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4864BC is #B79B43. Grayscale: #656565. Windows color (decimal): -12032836 or 12346440. OLE color: 12346440.
HSL color Cylindrical-coordinate representation of color #4864BC: hue angle of 225.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4864BC is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 100 | 188 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.26 |
| HSL | 225.52º | 0.46% | 0.51% | - |
| HSV(B) | 225.52º | 0.62% | 0.74% | - |
| XYZ | 16.31 | 14.12 | 49.44 | - |
| YUV | 101.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 188 | 0.62 | 0.47 | 0 | 0.26 | 225.52 | 0.46 | 0.51 |
| Hex | 48 | 64 | BC | 3E | 2F | 0 | 1A | E2 | 2E | 33 |
| Octal | 110 | 144 | 274 | 76 | 57 | 0 | 32 | 342 | 56 | 63 |
| Binary | 1001000 | 1100100 | 10111100 | 111110 | 101111 | 0 | 11010 | 11100010 | 101110 | 110011 |
Color Harmonies of #4864BC
Complementary color
Monochromatic Colors of #4864BC
Black with #4864BC
Text Example
Text Example
White with #4864BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4864BC; }
p { color: rgb(72,100,188); }
H1.HeaderClassName
{
color: #4864BC;
}
.AnyTagClassName
{
color: #4864BC;
}
</style>
background-color css
<style>
a { background-color: #4864BC; }
a { background-color: rgb(72,100,188); }
div.DivClassName
{
background-color: #4864BC;
}
.BgClassName
{
background-color: #4864BC;
}
</style>
border-color css
<style>
span { border-color: #4864BC; }
span { border-color: rgb(72,100,188); }
td.TdClassName
{
border-color: #4864BC;
}
.TagClassName
{
border-color: #4864BC;
}
</style>