Shades of Free Speech Blue #4041AF
Tints of Free Speech Blue #4041AF
RGB
CMYK
RGB Variations
Color information
#4041AF (or 0x4041AF) is known color: Free Speech Blue. HEX triplet: 40, 41 and AF. RGB value is (64,65,175). Sum of RGB (Red+Green+Blue) = 64+65+175=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #4041AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4041AF is #BFBE50. Grayscale: #4C4C4C. Windows color (decimal): -12566097 or 11485504. OLE color: 11485504.
HSL color Cylindrical-coordinate representation of color #4041AF: 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 #4041AF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 65 | 175 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.31 |
| HSL | 239.46º | 0.46% | 0.47% | - |
| HSV(B) | 239.46º | 0.63% | 0.69% | - |
| XYZ | 11.74 | 7.97 | 41.48 | - |
| YUV | 77.24 | 183.17 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 175 | 0.63 | 0.63 | 0 | 0.31 | 239.46 | 0.46 | 0.47 |
| Hex | 40 | 41 | AF | 3F | 3F | 0 | 1F | EF | 2E | 2F |
| Octal | 100 | 101 | 257 | 77 | 77 | 0 | 37 | 357 | 56 | 57 |
| Binary | 1000000 | 1000001 | 10101111 | 111111 | 111111 | 0 | 11111 | 11101111 | 101110 | 101111 |
Color Harmonies of #4041AF
Complementary color
Monochromatic Colors of #4041AF
Black with #4041AF
Text Example
Text Example
White with #4041AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4041AF; }
p { color: rgb(64,65,175); }
H1.HeaderClassName
{
color: #4041AF;
}
.AnyTagClassName
{
color: #4041AF;
}
</style>
background-color css
<style>
a { background-color: #4041AF; }
a { background-color: rgb(64,65,175); }
div.DivClassName
{
background-color: #4041AF;
}
.BgClassName
{
background-color: #4041AF;
}
</style>
border-color css
<style>
span { border-color: #4041AF; }
span { border-color: rgb(64,65,175); }
td.TdClassName
{
border-color: #4041AF;
}
.TagClassName
{
border-color: #4041AF;
}
</style>