Shades of Free Speech Blue #4142CF
Tints of Free Speech Blue #4142CF
RGB
CMYK
RGB Variations
Color information
#4142CF (or 0x4142CF) is known color: Free Speech Blue. HEX triplet: 41, 42 and CF. RGB value is (65,66,207). Sum of RGB (Red+Green+Blue) = 65+66+207=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #4142CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4142CF is #BEBD30. Grayscale: #515151. Windows color (decimal): -12500273 or 13582913. OLE color: 13582913.
HSL color Cylindrical-coordinate representation of color #4142CF: hue angle of 239.58º 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 #4142CF is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 66 | 207 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.19 |
| HSL | 239.58º | 0.6% | 0.53% | - |
| HSV(B) | 239.58º | 0.69% | 0.81% | - |
| XYZ | 15.39 | 9.53 | 60.06 | - |
| YUV | 81.78 | 198.67 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 207 | 0.69 | 0.68 | 0 | 0.19 | 239.58 | 0.6 | 0.53 |
| Hex | 41 | 42 | CF | 45 | 44 | 0 | 13 | F0 | 3C | 35 |
| Octal | 101 | 102 | 317 | 105 | 104 | 0 | 23 | 360 | 74 | 65 |
| Binary | 1000001 | 1000010 | 11001111 | 1000101 | 1000100 | 0 | 10011 | 11110000 | 111100 | 110101 |
Color Harmonies of #4142CF
Complementary color
Monochromatic Colors of #4142CF
Black with #4142CF
Text Example
Text Example
White with #4142CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4142CF; }
p { color: rgb(65,66,207); }
H1.HeaderClassName
{
color: #4142CF;
}
.AnyTagClassName
{
color: #4142CF;
}
</style>
background-color css
<style>
a { background-color: #4142CF; }
a { background-color: rgb(65,66,207); }
div.DivClassName
{
background-color: #4142CF;
}
.BgClassName
{
background-color: #4142CF;
}
</style>
border-color css
<style>
span { border-color: #4142CF; }
span { border-color: rgb(65,66,207); }
td.TdClassName
{
border-color: #4142CF;
}
.TagClassName
{
border-color: #4142CF;
}
</style>