Shades of Free Speech Blue #4864CC
Tints of Free Speech Blue #4864CC
RGB
CMYK
RGB Variations
Color information
#4864CC (or 0x4864CC) is known color: Free Speech Blue. HEX triplet: 48, 64 and CC. RGB value is (72,100,204). Sum of RGB (Red+Green+Blue) = 72+100+204=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #4864CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4864CC is #B79B33. Grayscale: #676767. Windows color (decimal): -12032820 or 13395016. OLE color: 13395016.
HSL color Cylindrical-coordinate representation of color #4864CC: hue angle of 227.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4864CC is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 100 | 204 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.2 |
| HSL | 227.27º | 0.56% | 0.54% | - |
| HSV(B) | 227.27º | 0.65% | 0.8% | - |
| XYZ | 18.13 | 14.85 | 59.04 | - |
| YUV | 103.48 | 184.72 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 204 | 0.65 | 0.51 | 0 | 0.2 | 227.27 | 0.56 | 0.54 |
| Hex | 48 | 64 | CC | 41 | 33 | 0 | 14 | E3 | 38 | 36 |
| Octal | 110 | 144 | 314 | 101 | 63 | 0 | 24 | 343 | 70 | 66 |
| Binary | 1001000 | 1100100 | 11001100 | 1000001 | 110011 | 0 | 10100 | 11100011 | 111000 | 110110 |
Color Harmonies of #4864CC
Complementary color
Monochromatic Colors of #4864CC
Black with #4864CC
Text Example
Text Example
White with #4864CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4864CC; }
p { color: rgb(72,100,204); }
H1.HeaderClassName
{
color: #4864CC;
}
.AnyTagClassName
{
color: #4864CC;
}
</style>
background-color css
<style>
a { background-color: #4864CC; }
a { background-color: rgb(72,100,204); }
div.DivClassName
{
background-color: #4864CC;
}
.BgClassName
{
background-color: #4864CC;
}
</style>
border-color css
<style>
span { border-color: #4864CC; }
span { border-color: rgb(72,100,204); }
td.TdClassName
{
border-color: #4864CC;
}
.TagClassName
{
border-color: #4864CC;
}
</style>