Shades of Free Speech Blue #4246CE
Tints of Free Speech Blue #4246CE
RGB
CMYK
RGB Variations
Color information
#4246CE (or 0x4246CE) is known color: Free Speech Blue. HEX triplet: 42, 46 and CE. RGB value is (66,70,206). Sum of RGB (Red+Green+Blue) = 66+70+206=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #4246CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4246CE is #BDB931. Grayscale: #535353. Windows color (decimal): -12433714 or 13518402. OLE color: 13518402.
HSL color Cylindrical-coordinate representation of color #4246CE: hue angle of 238.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4246CE is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 70 | 206 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.19 |
| HSL | 238.29º | 0.59% | 0.53% | - |
| HSV(B) | 238.29º | 0.68% | 0.81% | - |
| XYZ | 15.58 | 9.99 | 59.5 | - |
| YUV | 84.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 206 | 0.68 | 0.66 | 0 | 0.19 | 238.29 | 0.59 | 0.53 |
| Hex | 42 | 46 | CE | 44 | 42 | 0 | 13 | EE | 3B | 35 |
| Octal | 102 | 106 | 316 | 104 | 102 | 0 | 23 | 356 | 73 | 65 |
| Binary | 1000010 | 1000110 | 11001110 | 1000100 | 1000010 | 0 | 10011 | 11101110 | 111011 | 110101 |
Color Harmonies of #4246CE
Complementary color
Monochromatic Colors of #4246CE
Black with #4246CE
Text Example
Text Example
White with #4246CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4246CE; }
p { color: rgb(66,70,206); }
H1.HeaderClassName
{
color: #4246CE;
}
.AnyTagClassName
{
color: #4246CE;
}
</style>
background-color css
<style>
a { background-color: #4246CE; }
a { background-color: rgb(66,70,206); }
div.DivClassName
{
background-color: #4246CE;
}
.BgClassName
{
background-color: #4246CE;
}
</style>
border-color css
<style>
span { border-color: #4246CE; }
span { border-color: rgb(66,70,206); }
td.TdClassName
{
border-color: #4246CE;
}
.TagClassName
{
border-color: #4246CE;
}
</style>