Shades of Free Speech Blue #4239D6
Tints of Free Speech Blue #4239D6
RGB
CMYK
RGB Variations
Color information
#4239D6 (or 0x4239D6) is known color: Free Speech Blue. HEX triplet: 42, 39 and D6. RGB value is (66,57,214). Sum of RGB (Red+Green+Blue) = 66+57+214=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 214 (83.98% from 255 or 63.50% from 337); Max value from RGB is 214 - color contains mainly: blue. Hex color #4239D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4239D6 is #BDC629. Grayscale: #4C4C4C. Windows color (decimal): -12437034 or 14039362. OLE color: 14039362.
HSL color Cylindrical-coordinate representation of color #4239D6: hue angle of 243.44º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4239D6 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 57 | 214 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.16 |
| HSL | 243.44º | 0.66% | 0.53% | - |
| HSV(B) | 243.44º | 0.73% | 0.84% | - |
| XYZ | 15.85 | 8.94 | 64.51 | - |
| YUV | 77.59 | 204.98 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 214 | 0.69 | 0.73 | 0 | 0.16 | 243.44 | 0.66 | 0.53 |
| Hex | 42 | 39 | D6 | 45 | 49 | 0 | 10 | F3 | 42 | 35 |
| Octal | 102 | 71 | 326 | 105 | 111 | 0 | 20 | 363 | 102 | 65 |
| Binary | 1000010 | 111001 | 11010110 | 1000101 | 1001001 | 0 | 10000 | 11110011 | 1000010 | 110101 |
Color Harmonies of #4239D6
Complementary color
Monochromatic Colors of #4239D6
Black with #4239D6
Text Example
Text Example
White with #4239D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239D6; }
p { color: rgb(66,57,214); }
H1.HeaderClassName
{
color: #4239D6;
}
.AnyTagClassName
{
color: #4239D6;
}
</style>
background-color css
<style>
a { background-color: #4239D6; }
a { background-color: rgb(66,57,214); }
div.DivClassName
{
background-color: #4239D6;
}
.BgClassName
{
background-color: #4239D6;
}
</style>
border-color css
<style>
span { border-color: #4239D6; }
span { border-color: rgb(66,57,214); }
td.TdClassName
{
border-color: #4239D6;
}
.TagClassName
{
border-color: #4239D6;
}
</style>