Shades of Free Speech Blue #4042CF
Tints of Free Speech Blue #4042CF
RGB
CMYK
RGB Variations
Color information
#4042CF (or 0x4042CF) is known color: Free Speech Blue. HEX triplet: 40, 42 and CF. RGB value is (64,66,207). Sum of RGB (Red+Green+Blue) = 64+66+207=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #4042CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4042CF is #BFBD30. Grayscale: #505050. Windows color (decimal): -12565809 or 13582912. OLE color: 13582912.
HSL color Cylindrical-coordinate representation of color #4042CF: hue angle of 239.16º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4042CF is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 66 | 207 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.19 |
| HSL | 239.16º | 0.6% | 0.53% | - |
| HSV(B) | 239.16º | 0.69% | 0.81% | - |
| XYZ | 15.33 | 9.49 | 60.06 | - |
| YUV | 81.48 | 198.84 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 207 | 0.69 | 0.68 | 0 | 0.19 | 239.16 | 0.6 | 0.53 |
| Hex | 40 | 42 | CF | 45 | 44 | 0 | 13 | EF | 3C | 35 |
| Octal | 100 | 102 | 317 | 105 | 104 | 0 | 23 | 357 | 74 | 65 |
| Binary | 1000000 | 1000010 | 11001111 | 1000101 | 1000100 | 0 | 10011 | 11101111 | 111100 | 110101 |
Color Harmonies of #4042CF
Complementary color
Monochromatic Colors of #4042CF
Black with #4042CF
Text Example
Text Example
White with #4042CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4042CF; }
p { color: rgb(64,66,207); }
H1.HeaderClassName
{
color: #4042CF;
}
.AnyTagClassName
{
color: #4042CF;
}
</style>
background-color css
<style>
a { background-color: #4042CF; }
a { background-color: rgb(64,66,207); }
div.DivClassName
{
background-color: #4042CF;
}
.BgClassName
{
background-color: #4042CF;
}
</style>
border-color css
<style>
span { border-color: #4042CF; }
span { border-color: rgb(64,66,207); }
td.TdClassName
{
border-color: #4042CF;
}
.TagClassName
{
border-color: #4042CF;
}
</style>