Shades of Free Speech Blue #4069BB
Tints of Free Speech Blue #4069BB
RGB
CMYK
RGB Variations
Color information
#4069BB (or 0x4069BB) is known color: Free Speech Blue. HEX triplet: 40, 69 and BB. RGB value is (64,105,187). Sum of RGB (Red+Green+Blue) = 64+105+187=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #4069BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069BB is #BF9644. Grayscale: #656565. Windows color (decimal): -12555845 or 12282176. OLE color: 12282176.
HSL color Cylindrical-coordinate representation of color #4069BB: hue angle of 220º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4069BB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 105 | 187 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.27 |
| HSL | 220º | 0.49% | 0.49% | - |
| HSV(B) | 220º | 0.66% | 0.73% | - |
| XYZ | 16.14 | 14.78 | 49.02 | - |
| YUV | 102.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 187 | 0.66 | 0.44 | 0 | 0.27 | 220 | 0.49 | 0.49 |
| Hex | 40 | 69 | BB | 42 | 2C | 0 | 1B | DC | 31 | 31 |
| Octal | 100 | 151 | 273 | 102 | 54 | 0 | 33 | 334 | 61 | 61 |
| Binary | 1000000 | 1101001 | 10111011 | 1000010 | 101100 | 0 | 11011 | 11011100 | 110001 | 110001 |
Color Harmonies of #4069BB
Complementary color
Monochromatic Colors of #4069BB
Black with #4069BB
Text Example
Text Example
White with #4069BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069BB; }
p { color: rgb(64,105,187); }
H1.HeaderClassName
{
color: #4069BB;
}
.AnyTagClassName
{
color: #4069BB;
}
</style>
background-color css
<style>
a { background-color: #4069BB; }
a { background-color: rgb(64,105,187); }
div.DivClassName
{
background-color: #4069BB;
}
.BgClassName
{
background-color: #4069BB;
}
</style>
border-color css
<style>
span { border-color: #4069BB; }
span { border-color: rgb(64,105,187); }
td.TdClassName
{
border-color: #4069BB;
}
.TagClassName
{
border-color: #4069BB;
}
</style>