Shades of Free Speech Blue #4053AF
Tints of Free Speech Blue #4053AF
RGB
CMYK
RGB Variations
Color information
#4053AF (or 0x4053AF) is known color: Free Speech Blue. HEX triplet: 40, 53 and AF. RGB value is (64,83,175). Sum of RGB (Red+Green+Blue) = 64+83+175=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #4053AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4053AF is #BFAC50. Grayscale: #575757. Windows color (decimal): -12561489 or 11490112. OLE color: 11490112.
HSL color Cylindrical-coordinate representation of color #4053AF: hue angle of 229.73º 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 #4053AF is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 83 | 175 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.31 |
| HSL | 229.73º | 0.46% | 0.47% | - |
| HSV(B) | 229.73º | 0.63% | 0.69% | - |
| XYZ | 12.95 | 10.37 | 41.88 | - |
| YUV | 87.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 175 | 0.63 | 0.53 | 0 | 0.31 | 229.73 | 0.46 | 0.47 |
| Hex | 40 | 53 | AF | 3F | 35 | 0 | 1F | E6 | 2E | 2F |
| Octal | 100 | 123 | 257 | 77 | 65 | 0 | 37 | 346 | 56 | 57 |
| Binary | 1000000 | 1010011 | 10101111 | 111111 | 110101 | 0 | 11111 | 11100110 | 101110 | 101111 |
Color Harmonies of #4053AF
Complementary color
Monochromatic Colors of #4053AF
Black with #4053AF
Text Example
Text Example
White with #4053AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4053AF; }
p { color: rgb(64,83,175); }
H1.HeaderClassName
{
color: #4053AF;
}
.AnyTagClassName
{
color: #4053AF;
}
</style>
background-color css
<style>
a { background-color: #4053AF; }
a { background-color: rgb(64,83,175); }
div.DivClassName
{
background-color: #4053AF;
}
.BgClassName
{
background-color: #4053AF;
}
</style>
border-color css
<style>
span { border-color: #4053AF; }
span { border-color: rgb(64,83,175); }
td.TdClassName
{
border-color: #4053AF;
}
.TagClassName
{
border-color: #4053AF;
}
</style>