Shades of Free Speech Blue #4241B1
Tints of Free Speech Blue #4241B1
RGB
CMYK
RGB Variations
Color information
#4241B1 (or 0x4241B1) is known color: Free Speech Blue. HEX triplet: 42, 41 and B1. RGB value is (66,65,177). Sum of RGB (Red+Green+Blue) = 66+65+177=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #4241B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4241B1 is #BDBE4E. Grayscale: #4D4D4D. Windows color (decimal): -12435023 or 11616578. OLE color: 11616578.
HSL color Cylindrical-coordinate representation of color #4241B1: hue angle of 240.54º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4241B1 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 65 | 177 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.31 |
| HSL | 240.54º | 0.46% | 0.47% | - |
| HSV(B) | 240.54º | 0.63% | 0.69% | - |
| XYZ | 12.07 | 8.11 | 42.52 | - |
| YUV | 78.07 | 183.83 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 177 | 0.63 | 0.63 | 0 | 0.31 | 240.54 | 0.46 | 0.47 |
| Hex | 42 | 41 | B1 | 3F | 3F | 0 | 1F | F1 | 2E | 2F |
| Octal | 102 | 101 | 261 | 77 | 77 | 0 | 37 | 361 | 56 | 57 |
| Binary | 1000010 | 1000001 | 10110001 | 111111 | 111111 | 0 | 11111 | 11110001 | 101110 | 101111 |
Color Harmonies of #4241B1
Complementary color
Monochromatic Colors of #4241B1
Black with #4241B1
Text Example
Text Example
White with #4241B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4241B1; }
p { color: rgb(66,65,177); }
H1.HeaderClassName
{
color: #4241B1;
}
.AnyTagClassName
{
color: #4241B1;
}
</style>
background-color css
<style>
a { background-color: #4241B1; }
a { background-color: rgb(66,65,177); }
div.DivClassName
{
background-color: #4241B1;
}
.BgClassName
{
background-color: #4241B1;
}
</style>
border-color css
<style>
span { border-color: #4241B1; }
span { border-color: rgb(66,65,177); }
td.TdClassName
{
border-color: #4241B1;
}
.TagClassName
{
border-color: #4241B1;
}
</style>