Shades of Free Speech Blue #4141CF
Tints of Free Speech Blue #4141CF
RGB
CMYK
RGB Variations
Color information
#4141CF (or 0x4141CF) is known color: Free Speech Blue. HEX triplet: 41, 41 and CF. RGB value is (65,65,207). Sum of RGB (Red+Green+Blue) = 65+65+207=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 65 (25.78% from 255 or 19.29% 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 #4141CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4141CF is #BEBE30. Grayscale: #505050. Windows color (decimal): -12500529 or 13582657. OLE color: 13582657.
HSL color Cylindrical-coordinate representation of color #4141CF: hue angle of 240º 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 #4141CF is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 65 | 207 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.19 |
| HSL | 240º | 0.6% | 0.53% | - |
| HSV(B) | 240º | 0.69% | 0.81% | - |
| XYZ | 15.33 | 9.41 | 60.04 | - |
| YUV | 81.19 | 199 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 207 | 0.69 | 0.69 | 0 | 0.19 | 240 | 0.6 | 0.53 |
| Hex | 41 | 41 | CF | 45 | 45 | 0 | 13 | F0 | 3C | 35 |
| Octal | 101 | 101 | 317 | 105 | 105 | 0 | 23 | 360 | 74 | 65 |
| Binary | 1000001 | 1000001 | 11001111 | 1000101 | 1000101 | 0 | 10011 | 11110000 | 111100 | 110101 |
Color Harmonies of #4141CF
Complementary color
Monochromatic Colors of #4141CF
Black with #4141CF
Text Example
Text Example
White with #4141CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4141CF; }
p { color: rgb(65,65,207); }
H1.HeaderClassName
{
color: #4141CF;
}
.AnyTagClassName
{
color: #4141CF;
}
</style>
background-color css
<style>
a { background-color: #4141CF; }
a { background-color: rgb(65,65,207); }
div.DivClassName
{
background-color: #4141CF;
}
.BgClassName
{
background-color: #4141CF;
}
</style>
border-color css
<style>
span { border-color: #4141CF; }
span { border-color: rgb(65,65,207); }
td.TdClassName
{
border-color: #4141CF;
}
.TagClassName
{
border-color: #4141CF;
}
</style>