Shades of Free Speech Blue #4142B1
Tints of Free Speech Blue #4142B1
RGB
CMYK
RGB Variations
Color information
#4142B1 (or 0x4142B1) is known color: Free Speech Blue. HEX triplet: 41, 42 and B1. RGB value is (65,66,177). Sum of RGB (Red+Green+Blue) = 65+66+177=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 66 (26.17% from 255 or 21.43% 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 #4142B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4142B1 is #BEBD4E. Grayscale: #4D4D4D. Windows color (decimal): -12500303 or 11616833. OLE color: 11616833.
HSL color Cylindrical-coordinate representation of color #4142B1: hue angle of 239.46º 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 #4142B1 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 66 | 177 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.31 |
| HSL | 239.46º | 0.46% | 0.47% | - |
| HSV(B) | 239.46º | 0.63% | 0.69% | - |
| XYZ | 12.06 | 8.19 | 42.54 | - |
| YUV | 78.36 | 183.67 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 177 | 0.63 | 0.63 | 0 | 0.31 | 239.46 | 0.46 | 0.47 |
| Hex | 41 | 42 | B1 | 3F | 3F | 0 | 1F | EF | 2E | 2F |
| Octal | 101 | 102 | 261 | 77 | 77 | 0 | 37 | 357 | 56 | 57 |
| Binary | 1000001 | 1000010 | 10110001 | 111111 | 111111 | 0 | 11111 | 11101111 | 101110 | 101111 |
Color Harmonies of #4142B1
Complementary color
Monochromatic Colors of #4142B1
Black with #4142B1
Text Example
Text Example
White with #4142B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4142B1; }
p { color: rgb(65,66,177); }
H1.HeaderClassName
{
color: #4142B1;
}
.AnyTagClassName
{
color: #4142B1;
}
</style>
background-color css
<style>
a { background-color: #4142B1; }
a { background-color: rgb(65,66,177); }
div.DivClassName
{
background-color: #4142B1;
}
.BgClassName
{
background-color: #4142B1;
}
</style>
border-color css
<style>
span { border-color: #4142B1; }
span { border-color: rgb(65,66,177); }
td.TdClassName
{
border-color: #4142B1;
}
.TagClassName
{
border-color: #4142B1;
}
</style>