Shades of Free Speech Blue #4647C3
Tints of Free Speech Blue #4647C3
RGB
CMYK
RGB Variations
Color information
#4647C3 (or 0x4647C3) is known color: Free Speech Blue. HEX triplet: 46, 47 and C3. RGB value is (70,71,195). Sum of RGB (Red+Green+Blue) = 70+71+195=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 195 (76.56% from 255 or 58.04% from 336); Max value from RGB is 195 - color contains mainly: blue. Hex color #4647C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4647C3 is #B9B83C. Grayscale: #545454. Windows color (decimal): -12171325 or 12797766. OLE color: 12797766.
HSL color Cylindrical-coordinate representation of color #4647C3: hue angle of 239.52º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4647C3 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 71 | 195 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.24 |
| HSL | 239.52º | 0.51% | 0.52% | - |
| HSV(B) | 239.52º | 0.64% | 0.76% | - |
| XYZ | 14.63 | 9.75 | 52.74 | - |
| YUV | 84.84 | 190.17 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 195 | 0.64 | 0.64 | 0 | 0.24 | 239.52 | 0.51 | 0.52 |
| Hex | 46 | 47 | C3 | 40 | 40 | 0 | 18 | F0 | 33 | 34 |
| Octal | 106 | 107 | 303 | 100 | 100 | 0 | 30 | 360 | 63 | 64 |
| Binary | 1000110 | 1000111 | 11000011 | 1000000 | 1000000 | 0 | 11000 | 11110000 | 110011 | 110100 |
Color Harmonies of #4647C3
Complementary color
Monochromatic Colors of #4647C3
Black with #4647C3
Text Example
Text Example
White with #4647C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4647C3; }
p { color: rgb(70,71,195); }
H1.HeaderClassName
{
color: #4647C3;
}
.AnyTagClassName
{
color: #4647C3;
}
</style>
background-color css
<style>
a { background-color: #4647C3; }
a { background-color: rgb(70,71,195); }
div.DivClassName
{
background-color: #4647C3;
}
.BgClassName
{
background-color: #4647C3;
}
</style>
border-color css
<style>
span { border-color: #4647C3; }
span { border-color: rgb(70,71,195); }
td.TdClassName
{
border-color: #4647C3;
}
.TagClassName
{
border-color: #4647C3;
}
</style>