Shades of Free Speech Blue #4663CC
Tints of Free Speech Blue #4663CC
RGB
CMYK
RGB Variations
Color information
#4663CC (or 0x4663CC) is known color: Free Speech Blue. HEX triplet: 46, 63 and CC. RGB value is (70,99,204). Sum of RGB (Red+Green+Blue) = 70+99+204=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #4663CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4663CC is #B99C33. Grayscale: #656565. Windows color (decimal): -12164148 or 13394758. OLE color: 13394758.
HSL color Cylindrical-coordinate representation of color #4663CC: hue angle of 227.01º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4663CC is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 99 | 204 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.2 |
| HSL | 227.01º | 0.57% | 0.54% | - |
| HSV(B) | 227.01º | 0.66% | 0.8% | - |
| XYZ | 17.89 | 14.59 | 59 | - |
| YUV | 102.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 204 | 0.66 | 0.51 | 0 | 0.2 | 227.01 | 0.57 | 0.54 |
| Hex | 46 | 63 | CC | 42 | 33 | 0 | 14 | E3 | 39 | 36 |
| Octal | 106 | 143 | 314 | 102 | 63 | 0 | 24 | 343 | 71 | 66 |
| Binary | 1000110 | 1100011 | 11001100 | 1000010 | 110011 | 0 | 10100 | 11100011 | 111001 | 110110 |
Color Harmonies of #4663CC
Complementary color
Monochromatic Colors of #4663CC
Black with #4663CC
Text Example
Text Example
White with #4663CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4663CC; }
p { color: rgb(70,99,204); }
H1.HeaderClassName
{
color: #4663CC;
}
.AnyTagClassName
{
color: #4663CC;
}
</style>
background-color css
<style>
a { background-color: #4663CC; }
a { background-color: rgb(70,99,204); }
div.DivClassName
{
background-color: #4663CC;
}
.BgClassName
{
background-color: #4663CC;
}
</style>
border-color css
<style>
span { border-color: #4663CC; }
span { border-color: rgb(70,99,204); }
td.TdClassName
{
border-color: #4663CC;
}
.TagClassName
{
border-color: #4663CC;
}
</style>