Shades of Free Speech Blue #4154AF
Tints of Free Speech Blue #4154AF
RGB
CMYK
RGB Variations
Color information
#4154AF (or 0x4154AF) is known color: Free Speech Blue. HEX triplet: 41, 54 and AF. RGB value is (65,84,175). Sum of RGB (Red+Green+Blue) = 65+84+175=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #4154AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4154AF is #BEAB50. Grayscale: #585858. Windows color (decimal): -12495697 or 11490369. OLE color: 11490369.
HSL color Cylindrical-coordinate representation of color #4154AF: hue angle of 229.64º 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 #4154AF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 84 | 175 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.31 |
| HSL | 229.64º | 0.46% | 0.47% | - |
| HSV(B) | 229.64º | 0.63% | 0.69% | - |
| XYZ | 13.09 | 10.56 | 41.91 | - |
| YUV | 88.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 175 | 0.63 | 0.52 | 0 | 0.31 | 229.64 | 0.46 | 0.47 |
| Hex | 41 | 54 | AF | 3F | 34 | 0 | 1F | E6 | 2E | 2F |
| Octal | 101 | 124 | 257 | 77 | 64 | 0 | 37 | 346 | 56 | 57 |
| Binary | 1000001 | 1010100 | 10101111 | 111111 | 110100 | 0 | 11111 | 11100110 | 101110 | 101111 |
Color Harmonies of #4154AF
Complementary color
Monochromatic Colors of #4154AF
Black with #4154AF
Text Example
Text Example
White with #4154AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4154AF; }
p { color: rgb(65,84,175); }
H1.HeaderClassName
{
color: #4154AF;
}
.AnyTagClassName
{
color: #4154AF;
}
</style>
background-color css
<style>
a { background-color: #4154AF; }
a { background-color: rgb(65,84,175); }
div.DivClassName
{
background-color: #4154AF;
}
.BgClassName
{
background-color: #4154AF;
}
</style>
border-color css
<style>
span { border-color: #4154AF; }
span { border-color: rgb(65,84,175); }
td.TdClassName
{
border-color: #4154AF;
}
.TagClassName
{
border-color: #4154AF;
}
</style>