Shades of Free Speech Blue #4169BB
Tints of Free Speech Blue #4169BB
RGB
CMYK
RGB Variations
Color information
#4169BB (or 0x4169BB) is known color: Free Speech Blue. HEX triplet: 41, 69 and BB. RGB value is (65,105,187). Sum of RGB (Red+Green+Blue) = 65+105+187=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #4169BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4169BB is #BE9644. Grayscale: #666666. Windows color (decimal): -12490309 or 12282177. OLE color: 12282177.
HSL color Cylindrical-coordinate representation of color #4169BB: hue angle of 220.33º 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 #4169BB is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 105 | 187 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.27 |
| HSL | 220.33º | 0.48% | 0.49% | - |
| HSV(B) | 220.33º | 0.65% | 0.73% | - |
| XYZ | 16.2 | 14.81 | 49.02 | - |
| YUV | 102.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 105 | 187 | 0.65 | 0.44 | 0 | 0.27 | 220.33 | 0.48 | 0.49 |
| Hex | 41 | 69 | BB | 41 | 2C | 0 | 1B | DC | 30 | 31 |
| Octal | 101 | 151 | 273 | 101 | 54 | 0 | 33 | 334 | 60 | 61 |
| Binary | 1000001 | 1101001 | 10111011 | 1000001 | 101100 | 0 | 11011 | 11011100 | 110000 | 110001 |
Color Harmonies of #4169BB
Complementary color
Monochromatic Colors of #4169BB
Black with #4169BB
Text Example
Text Example
White with #4169BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4169BB; }
p { color: rgb(65,105,187); }
H1.HeaderClassName
{
color: #4169BB;
}
.AnyTagClassName
{
color: #4169BB;
}
</style>
background-color css
<style>
a { background-color: #4169BB; }
a { background-color: rgb(65,105,187); }
div.DivClassName
{
background-color: #4169BB;
}
.BgClassName
{
background-color: #4169BB;
}
</style>
border-color css
<style>
span { border-color: #4169BB; }
span { border-color: rgb(65,105,187); }
td.TdClassName
{
border-color: #4169BB;
}
.TagClassName
{
border-color: #4169BB;
}
</style>