Shades of Free Speech Blue #4152AD
Tints of Free Speech Blue #4152AD
RGB
CMYK
RGB Variations
Color information
#4152AD (or 0x4152AD) is known color: Free Speech Blue. HEX triplet: 41, 52 and AD. RGB value is (65,82,173). Sum of RGB (Red+Green+Blue) = 65+82+173=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #4152AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4152AD is #BEAD52. Grayscale: #565656. Windows color (decimal): -12496211 or 11358785. OLE color: 11358785.
HSL color Cylindrical-coordinate representation of color #4152AD: hue angle of 230.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4152AD is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 82 | 173 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.32 |
| HSL | 230.56º | 0.45% | 0.47% | - |
| HSV(B) | 230.56º | 0.62% | 0.68% | - |
| XYZ | 12.74 | 10.18 | 40.83 | - |
| YUV | 87.29 | 176.37 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 173 | 0.62 | 0.53 | 0 | 0.32 | 230.56 | 0.45 | 0.47 |
| Hex | 41 | 52 | AD | 3E | 35 | 0 | 20 | E7 | 2D | 2F |
| Octal | 101 | 122 | 255 | 76 | 65 | 0 | 40 | 347 | 55 | 57 |
| Binary | 1000001 | 1010010 | 10101101 | 111110 | 110101 | 0 | 100000 | 11100111 | 101101 | 101111 |
Color Harmonies of #4152AD
Complementary color
Monochromatic Colors of #4152AD
Black with #4152AD
Text Example
Text Example
White with #4152AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4152AD; }
p { color: rgb(65,82,173); }
H1.HeaderClassName
{
color: #4152AD;
}
.AnyTagClassName
{
color: #4152AD;
}
</style>
background-color css
<style>
a { background-color: #4152AD; }
a { background-color: rgb(65,82,173); }
div.DivClassName
{
background-color: #4152AD;
}
.BgClassName
{
background-color: #4152AD;
}
</style>
border-color css
<style>
span { border-color: #4152AD; }
span { border-color: rgb(65,82,173); }
td.TdClassName
{
border-color: #4152AD;
}
.TagClassName
{
border-color: #4152AD;
}
</style>