Shades of Free Speech Blue #4551B9
Tints of Free Speech Blue #4551B9
RGB
CMYK
RGB Variations
Color information
#4551B9 (or 0x4551B9) is known color: Free Speech Blue. HEX triplet: 45, 51 and B9. RGB value is (69,81,185). Sum of RGB (Red+Green+Blue) = 69+81+185=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #4551B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4551B9 is #BAAE46. Grayscale: #585858. Windows color (decimal): -12234311 or 12144965. OLE color: 12144965.
HSL color Cylindrical-coordinate representation of color #4551B9: hue angle of 233.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4551B9 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 81 | 185 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.27 |
| HSL | 233.79º | 0.46% | 0.5% | - |
| HSV(B) | 233.79º | 0.63% | 0.73% | - |
| XYZ | 14.15 | 10.65 | 47.21 | - |
| YUV | 89.27 | 182.02 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 185 | 0.63 | 0.56 | 0 | 0.27 | 233.79 | 0.46 | 0.5 |
| Hex | 45 | 51 | B9 | 3F | 38 | 0 | 1B | EA | 2E | 32 |
| Octal | 105 | 121 | 271 | 77 | 70 | 0 | 33 | 352 | 56 | 62 |
| Binary | 1000101 | 1010001 | 10111001 | 111111 | 111000 | 0 | 11011 | 11101010 | 101110 | 110010 |
Color Harmonies of #4551B9
Complementary color
Monochromatic Colors of #4551B9
Black with #4551B9
Text Example
Text Example
White with #4551B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4551B9; }
p { color: rgb(69,81,185); }
H1.HeaderClassName
{
color: #4551B9;
}
.AnyTagClassName
{
color: #4551B9;
}
</style>
background-color css
<style>
a { background-color: #4551B9; }
a { background-color: rgb(69,81,185); }
div.DivClassName
{
background-color: #4551B9;
}
.BgClassName
{
background-color: #4551B9;
}
</style>
border-color css
<style>
span { border-color: #4551B9; }
span { border-color: rgb(69,81,185); }
td.TdClassName
{
border-color: #4551B9;
}
.TagClassName
{
border-color: #4551B9;
}
</style>