Shades of Free Speech Blue #4152BB
Tints of Free Speech Blue #4152BB
RGB
CMYK
RGB Variations
Color information
#4152BB (or 0x4152BB) is known color: Free Speech Blue. HEX triplet: 41, 52 and BB. RGB value is (65,82,187). Sum of RGB (Red+Green+Blue) = 65+82+187=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #4152BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4152BB is #BEAD44. Grayscale: #585858. Windows color (decimal): -12496197 or 12276289. OLE color: 12276289.
HSL color Cylindrical-coordinate representation of color #4152BB: hue angle of 231.64º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4152BB is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 82 | 187 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.27 |
| HSL | 231.64º | 0.48% | 0.49% | - |
| HSV(B) | 231.64º | 0.65% | 0.73% | - |
| XYZ | 14.17 | 10.75 | 48.34 | - |
| YUV | 88.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 187 | 0.65 | 0.56 | 0 | 0.27 | 231.64 | 0.48 | 0.49 |
| Hex | 41 | 52 | BB | 41 | 38 | 0 | 1B | E8 | 30 | 31 |
| Octal | 101 | 122 | 273 | 101 | 70 | 0 | 33 | 350 | 60 | 61 |
| Binary | 1000001 | 1010010 | 10111011 | 1000001 | 111000 | 0 | 11011 | 11101000 | 110000 | 110001 |
Color Harmonies of #4152BB
Complementary color
Monochromatic Colors of #4152BB
Black with #4152BB
Text Example
Text Example
White with #4152BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4152BB; }
p { color: rgb(65,82,187); }
H1.HeaderClassName
{
color: #4152BB;
}
.AnyTagClassName
{
color: #4152BB;
}
</style>
background-color css
<style>
a { background-color: #4152BB; }
a { background-color: rgb(65,82,187); }
div.DivClassName
{
background-color: #4152BB;
}
.BgClassName
{
background-color: #4152BB;
}
</style>
border-color css
<style>
span { border-color: #4152BB; }
span { border-color: rgb(65,82,187); }
td.TdClassName
{
border-color: #4152BB;
}
.TagClassName
{
border-color: #4152BB;
}
</style>