Shades of Free Speech Blue #4242CE
Tints of Free Speech Blue #4242CE
RGB
CMYK
RGB Variations
Color information
#4242CE (or 0x4242CE) is known color: Free Speech Blue. HEX triplet: 42, 42 and CE. RGB value is (66,66,206). Sum of RGB (Red+Green+Blue) = 66+66+206=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #4242CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4242CE is #BDBD31. Grayscale: #515151. Windows color (decimal): -12434738 or 13517378. OLE color: 13517378.
HSL color Cylindrical-coordinate representation of color #4242CE: hue angle of 240º 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 #4242CE is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 66 | 206 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.19 |
| HSL | 240º | 0.59% | 0.53% | - |
| HSV(B) | 240º | 0.68% | 0.81% | - |
| XYZ | 15.34 | 9.51 | 59.42 | - |
| YUV | 81.96 | 198 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 206 | 0.68 | 0.68 | 0 | 0.19 | 240 | 0.59 | 0.53 |
| Hex | 42 | 42 | CE | 44 | 44 | 0 | 13 | F0 | 3B | 35 |
| Octal | 102 | 102 | 316 | 104 | 104 | 0 | 23 | 360 | 73 | 65 |
| Binary | 1000010 | 1000010 | 11001110 | 1000100 | 1000100 | 0 | 10011 | 11110000 | 111011 | 110101 |
Color Harmonies of #4242CE
Complementary color
Monochromatic Colors of #4242CE
Black with #4242CE
Text Example
Text Example
White with #4242CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4242CE; }
p { color: rgb(66,66,206); }
H1.HeaderClassName
{
color: #4242CE;
}
.AnyTagClassName
{
color: #4242CE;
}
</style>
background-color css
<style>
a { background-color: #4242CE; }
a { background-color: rgb(66,66,206); }
div.DivClassName
{
background-color: #4242CE;
}
.BgClassName
{
background-color: #4242CE;
}
</style>
border-color css
<style>
span { border-color: #4242CE; }
span { border-color: rgb(66,66,206); }
td.TdClassName
{
border-color: #4242CE;
}
.TagClassName
{
border-color: #4242CE;
}
</style>