Shades of Free Speech Blue #4642CC
Tints of Free Speech Blue #4642CC
RGB
CMYK
RGB Variations
Color information
#4642CC (or 0x4642CC) is known color: Free Speech Blue. HEX triplet: 46, 42 and CC. RGB value is (70,66,204). Sum of RGB (Red+Green+Blue) = 70+66+204=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #4642CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4642CC is #B9BD33. Grayscale: #525252. Windows color (decimal): -12172596 or 13386310. OLE color: 13386310.
HSL color Cylindrical-coordinate representation of color #4642CC: hue angle of 241.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4642CC is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 66 | 204 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.2 |
| HSL | 241.74º | 0.58% | 0.53% | - |
| HSV(B) | 241.74º | 0.68% | 0.8% | - |
| XYZ | 15.37 | 9.56 | 58.16 | - |
| YUV | 82.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 204 | 0.66 | 0.68 | 0 | 0.2 | 241.74 | 0.58 | 0.53 |
| Hex | 46 | 42 | CC | 42 | 44 | 0 | 14 | F2 | 3A | 35 |
| Octal | 106 | 102 | 314 | 102 | 104 | 0 | 24 | 362 | 72 | 65 |
| Binary | 1000110 | 1000010 | 11001100 | 1000010 | 1000100 | 0 | 10100 | 11110010 | 111010 | 110101 |
Color Harmonies of #4642CC
Complementary color
Monochromatic Colors of #4642CC
Black with #4642CC
Text Example
Text Example
White with #4642CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4642CC; }
p { color: rgb(70,66,204); }
H1.HeaderClassName
{
color: #4642CC;
}
.AnyTagClassName
{
color: #4642CC;
}
</style>
background-color css
<style>
a { background-color: #4642CC; }
a { background-color: rgb(70,66,204); }
div.DivClassName
{
background-color: #4642CC;
}
.BgClassName
{
background-color: #4642CC;
}
</style>
border-color css
<style>
span { border-color: #4642CC; }
span { border-color: rgb(70,66,204); }
td.TdClassName
{
border-color: #4642CC;
}
.TagClassName
{
border-color: #4642CC;
}
</style>