Shades of Free Speech Blue #4241BB
Tints of Free Speech Blue #4241BB
RGB
CMYK
RGB Variations
Color information
#4241BB (or 0x4241BB) is known color: Free Speech Blue. HEX triplet: 42, 41 and BB. RGB value is (66,65,187). Sum of RGB (Red+Green+Blue) = 66+65+187=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #4241BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4241BB is #BDBE44. Grayscale: #4E4E4E. Windows color (decimal): -12435013 or 12271938. OLE color: 12271938.
HSL color Cylindrical-coordinate representation of color #4241BB: hue angle of 240.49º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4241BB is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 65 | 187 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.27 |
| HSL | 240.49º | 0.48% | 0.49% | - |
| HSV(B) | 240.49º | 0.65% | 0.73% | - |
| XYZ | 13.11 | 8.53 | 47.97 | - |
| YUV | 79.21 | 188.83 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 187 | 0.65 | 0.65 | 0 | 0.27 | 240.49 | 0.48 | 0.49 |
| Hex | 42 | 41 | BB | 41 | 41 | 0 | 1B | F0 | 30 | 31 |
| Octal | 102 | 101 | 273 | 101 | 101 | 0 | 33 | 360 | 60 | 61 |
| Binary | 1000010 | 1000001 | 10111011 | 1000001 | 1000001 | 0 | 11011 | 11110000 | 110000 | 110001 |
Color Harmonies of #4241BB
Complementary color
Monochromatic Colors of #4241BB
Black with #4241BB
Text Example
Text Example
White with #4241BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4241BB; }
p { color: rgb(66,65,187); }
H1.HeaderClassName
{
color: #4241BB;
}
.AnyTagClassName
{
color: #4241BB;
}
</style>
background-color css
<style>
a { background-color: #4241BB; }
a { background-color: rgb(66,65,187); }
div.DivClassName
{
background-color: #4241BB;
}
.BgClassName
{
background-color: #4241BB;
}
</style>
border-color css
<style>
span { border-color: #4241BB; }
span { border-color: rgb(66,65,187); }
td.TdClassName
{
border-color: #4241BB;
}
.TagClassName
{
border-color: #4241BB;
}
</style>