Shades of Free Speech Blue #4866CC
Tints of Free Speech Blue #4866CC
RGB
CMYK
RGB Variations
Color information
#4866CC (or 0x4866CC) is known color: Free Speech Blue. HEX triplet: 48, 66 and CC. RGB value is (72,102,204). Sum of RGB (Red+Green+Blue) = 72+102+204=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #4866CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866CC is #B79933. Grayscale: #686868. Windows color (decimal): -12032308 or 13395528. OLE color: 13395528.
HSL color Cylindrical-coordinate representation of color #4866CC: hue angle of 226.36º 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 #4866CC is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 102 | 204 | - |
| CMYK | 0.65 | 0.5 | 0 | 0.2 |
| HSL | 226.36º | 0.56% | 0.54% | - |
| HSV(B) | 226.36º | 0.65% | 0.8% | - |
| XYZ | 18.32 | 15.24 | 59.1 | - |
| YUV | 104.66 | 184.06 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 204 | 0.65 | 0.5 | 0 | 0.2 | 226.36 | 0.56 | 0.54 |
| Hex | 48 | 66 | CC | 41 | 32 | 0 | 14 | E2 | 38 | 36 |
| Octal | 110 | 146 | 314 | 101 | 62 | 0 | 24 | 342 | 70 | 66 |
| Binary | 1001000 | 1100110 | 11001100 | 1000001 | 110010 | 0 | 10100 | 11100010 | 111000 | 110110 |
Color Harmonies of #4866CC
Complementary color
Monochromatic Colors of #4866CC
Black with #4866CC
Text Example
Text Example
White with #4866CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866CC; }
p { color: rgb(72,102,204); }
H1.HeaderClassName
{
color: #4866CC;
}
.AnyTagClassName
{
color: #4866CC;
}
</style>
background-color css
<style>
a { background-color: #4866CC; }
a { background-color: rgb(72,102,204); }
div.DivClassName
{
background-color: #4866CC;
}
.BgClassName
{
background-color: #4866CC;
}
</style>
border-color css
<style>
span { border-color: #4866CC; }
span { border-color: rgb(72,102,204); }
td.TdClassName
{
border-color: #4866CC;
}
.TagClassName
{
border-color: #4866CC;
}
</style>