Shades of Free Speech Blue #4864C6
Tints of Free Speech Blue #4864C6
RGB
CMYK
RGB Variations
Color information
#4864C6 (or 0x4864C6) is known color: Free Speech Blue. HEX triplet: 48, 64 and C6. RGB value is (72,100,198). Sum of RGB (Red+Green+Blue) = 72+100+198=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #4864C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4864C6 is #B79B39. Grayscale: #666666. Windows color (decimal): -12032826 or 13001800. OLE color: 13001800.
HSL color Cylindrical-coordinate representation of color #4864C6: hue angle of 226.67º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4864C6 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 100 | 198 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.22 |
| HSL | 226.67º | 0.53% | 0.53% | - |
| HSV(B) | 226.67º | 0.64% | 0.78% | - |
| XYZ | 17.42 | 14.57 | 55.32 | - |
| YUV | 102.8 | 181.72 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 198 | 0.64 | 0.49 | 0 | 0.22 | 226.67 | 0.53 | 0.53 |
| Hex | 48 | 64 | C6 | 40 | 31 | 0 | 16 | E3 | 34 | 35 |
| Octal | 110 | 144 | 306 | 100 | 61 | 0 | 26 | 343 | 64 | 65 |
| Binary | 1001000 | 1100100 | 11000110 | 1000000 | 110001 | 0 | 10110 | 11100011 | 110100 | 110101 |
Color Harmonies of #4864C6
Complementary color
Monochromatic Colors of #4864C6
Black with #4864C6
Text Example
Text Example
White with #4864C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4864C6; }
p { color: rgb(72,100,198); }
H1.HeaderClassName
{
color: #4864C6;
}
.AnyTagClassName
{
color: #4864C6;
}
</style>
background-color css
<style>
a { background-color: #4864C6; }
a { background-color: rgb(72,100,198); }
div.DivClassName
{
background-color: #4864C6;
}
.BgClassName
{
background-color: #4864C6;
}
</style>
border-color css
<style>
span { border-color: #4864C6; }
span { border-color: rgb(72,100,198); }
td.TdClassName
{
border-color: #4864C6;
}
.TagClassName
{
border-color: #4864C6;
}
</style>