Shades of Free Speech Blue #4145AF
Tints of Free Speech Blue #4145AF
RGB
CMYK
RGB Variations
Color information
#4145AF (or 0x4145AF) is known color: Free Speech Blue. HEX triplet: 41, 45 and AF. RGB value is (65,69,175). Sum of RGB (Red+Green+Blue) = 65+69+175=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #4145AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4145AF is #BEBA50. Grayscale: #4F4F4F. Windows color (decimal): -12499537 or 11486529. OLE color: 11486529.
HSL color Cylindrical-coordinate representation of color #4145AF: hue angle of 237.82º 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 #4145AF is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 69 | 175 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.31 |
| HSL | 237.82º | 0.46% | 0.47% | - |
| HSV(B) | 237.82º | 0.63% | 0.69% | - |
| XYZ | 12.05 | 8.48 | 41.56 | - |
| YUV | 79.89 | 181.67 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 175 | 0.63 | 0.61 | 0 | 0.31 | 237.82 | 0.46 | 0.47 |
| Hex | 41 | 45 | AF | 3F | 3D | 0 | 1F | EE | 2E | 2F |
| Octal | 101 | 105 | 257 | 77 | 75 | 0 | 37 | 356 | 56 | 57 |
| Binary | 1000001 | 1000101 | 10101111 | 111111 | 111101 | 0 | 11111 | 11101110 | 101110 | 101111 |
Color Harmonies of #4145AF
Complementary color
Monochromatic Colors of #4145AF
Black with #4145AF
Text Example
Text Example
White with #4145AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4145AF; }
p { color: rgb(65,69,175); }
H1.HeaderClassName
{
color: #4145AF;
}
.AnyTagClassName
{
color: #4145AF;
}
</style>
background-color css
<style>
a { background-color: #4145AF; }
a { background-color: rgb(65,69,175); }
div.DivClassName
{
background-color: #4145AF;
}
.BgClassName
{
background-color: #4145AF;
}
</style>
border-color css
<style>
span { border-color: #4145AF; }
span { border-color: rgb(65,69,175); }
td.TdClassName
{
border-color: #4145AF;
}
.TagClassName
{
border-color: #4145AF;
}
</style>