Shades of Free Speech Blue #4143AF
Tints of Free Speech Blue #4143AF
RGB
CMYK
RGB Variations
Color information
#4143AF (or 0x4143AF) is known color: Free Speech Blue. HEX triplet: 41, 43 and AF. RGB value is (65,67,175). Sum of RGB (Red+Green+Blue) = 65+67+175=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #4143AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4143AF is #BEBC50. Grayscale: #4E4E4E. Windows color (decimal): -12500049 or 11486017. OLE color: 11486017.
HSL color Cylindrical-coordinate representation of color #4143AF: hue angle of 238.91º 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 #4143AF is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 67 | 175 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.31 |
| HSL | 238.91º | 0.46% | 0.47% | - |
| HSV(B) | 238.91º | 0.63% | 0.69% | - |
| XYZ | 11.92 | 8.23 | 41.52 | - |
| YUV | 78.71 | 182.34 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 175 | 0.63 | 0.62 | 0 | 0.31 | 238.91 | 0.46 | 0.47 |
| Hex | 41 | 43 | AF | 3F | 3E | 0 | 1F | EF | 2E | 2F |
| Octal | 101 | 103 | 257 | 77 | 76 | 0 | 37 | 357 | 56 | 57 |
| Binary | 1000001 | 1000011 | 10101111 | 111111 | 111110 | 0 | 11111 | 11101111 | 101110 | 101111 |
Color Harmonies of #4143AF
Complementary color
Monochromatic Colors of #4143AF
Black with #4143AF
Text Example
Text Example
White with #4143AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4143AF; }
p { color: rgb(65,67,175); }
H1.HeaderClassName
{
color: #4143AF;
}
.AnyTagClassName
{
color: #4143AF;
}
</style>
background-color css
<style>
a { background-color: #4143AF; }
a { background-color: rgb(65,67,175); }
div.DivClassName
{
background-color: #4143AF;
}
.BgClassName
{
background-color: #4143AF;
}
</style>
border-color css
<style>
span { border-color: #4143AF; }
span { border-color: rgb(65,67,175); }
td.TdClassName
{
border-color: #4143AF;
}
.TagClassName
{
border-color: #4143AF;
}
</style>