Shades of Free Speech Blue #4246CF
Tints of Free Speech Blue #4246CF
RGB
CMYK
RGB Variations
Color information
#4246CF (or 0x4246CF) is known color: Free Speech Blue. HEX triplet: 42, 46 and CF. RGB value is (66,70,207). Sum of RGB (Red+Green+Blue) = 66+70+207=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 70 (27.73% from 255 or 20.41% 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 #4246CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4246CF is #BDB930. Grayscale: #535353. Windows color (decimal): -12433713 or 13583938. OLE color: 13583938.
HSL color Cylindrical-coordinate representation of color #4246CF: hue angle of 238.3º 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 #4246CF is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 70 | 207 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.19 |
| HSL | 238.3º | 0.59% | 0.54% | - |
| HSV(B) | 238.3º | 0.68% | 0.81% | - |
| XYZ | 15.7 | 10.04 | 60.14 | - |
| YUV | 84.42 | 197.17 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 207 | 0.68 | 0.66 | 0 | 0.19 | 238.3 | 0.59 | 0.54 |
| Hex | 42 | 46 | CF | 44 | 42 | 0 | 13 | EE | 3B | 36 |
| Octal | 102 | 106 | 317 | 104 | 102 | 0 | 23 | 356 | 73 | 66 |
| Binary | 1000010 | 1000110 | 11001111 | 1000100 | 1000010 | 0 | 10011 | 11101110 | 111011 | 110110 |
Color Harmonies of #4246CF
Complementary color
Monochromatic Colors of #4246CF
Black with #4246CF
Text Example
Text Example
White with #4246CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4246CF; }
p { color: rgb(66,70,207); }
H1.HeaderClassName
{
color: #4246CF;
}
.AnyTagClassName
{
color: #4246CF;
}
</style>
background-color css
<style>
a { background-color: #4246CF; }
a { background-color: rgb(66,70,207); }
div.DivClassName
{
background-color: #4246CF;
}
.BgClassName
{
background-color: #4246CF;
}
</style>
border-color css
<style>
span { border-color: #4246CF; }
span { border-color: rgb(66,70,207); }
td.TdClassName
{
border-color: #4246CF;
}
.TagClassName
{
border-color: #4246CF;
}
</style>