Shades of Free Speech Blue #4642CF
Tints of Free Speech Blue #4642CF
RGB
CMYK
RGB Variations
Color information
#4642CF (or 0x4642CF) is known color: Free Speech Blue. HEX triplet: 46, 42 and CF. RGB value is (70,66,207). Sum of RGB (Red+Green+Blue) = 70+66+207=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #4642CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4642CF is #B9BD30. Grayscale: #525252. Windows color (decimal): -12172593 or 13582918. OLE color: 13582918.
HSL color Cylindrical-coordinate representation of color #4642CF: hue angle of 241.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4642CF is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 66 | 207 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.19 |
| HSL | 241.7º | 0.59% | 0.54% | - |
| HSV(B) | 241.7º | 0.68% | 0.81% | - |
| XYZ | 15.74 | 9.7 | 60.08 | - |
| YUV | 83.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 207 | 0.66 | 0.68 | 0 | 0.19 | 241.7 | 0.59 | 0.54 |
| Hex | 46 | 42 | CF | 42 | 44 | 0 | 13 | F2 | 3B | 36 |
| Octal | 106 | 102 | 317 | 102 | 104 | 0 | 23 | 362 | 73 | 66 |
| Binary | 1000110 | 1000010 | 11001111 | 1000010 | 1000100 | 0 | 10011 | 11110010 | 111011 | 110110 |
Color Harmonies of #4642CF
Complementary color
Monochromatic Colors of #4642CF
Black with #4642CF
Text Example
Text Example
White with #4642CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4642CF; }
p { color: rgb(70,66,207); }
H1.HeaderClassName
{
color: #4642CF;
}
.AnyTagClassName
{
color: #4642CF;
}
</style>
background-color css
<style>
a { background-color: #4642CF; }
a { background-color: rgb(70,66,207); }
div.DivClassName
{
background-color: #4642CF;
}
.BgClassName
{
background-color: #4642CF;
}
</style>
border-color css
<style>
span { border-color: #4642CF; }
span { border-color: rgb(70,66,207); }
td.TdClassName
{
border-color: #4642CF;
}
.TagClassName
{
border-color: #4642CF;
}
</style>