Shades of Free Speech Blue #4048BB
Tints of Free Speech Blue #4048BB
RGB
CMYK
RGB Variations
Color information
#4048BB (or 0x4048BB) is known color: Free Speech Blue. HEX triplet: 40, 48 and BB. RGB value is (64,72,187). Sum of RGB (Red+Green+Blue) = 64+72+187=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #4048BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4048BB is #BFB744. Grayscale: #525252. Windows color (decimal): -12564293 or 12273728. OLE color: 12273728.
HSL color Cylindrical-coordinate representation of color #4048BB: hue angle of 236.1º 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 #4048BB is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 72 | 187 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.27 |
| HSL | 236.1º | 0.49% | 0.49% | - |
| HSV(B) | 236.1º | 0.66% | 0.73% | - |
| XYZ | 13.4 | 9.31 | 48.1 | - |
| YUV | 82.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 187 | 0.66 | 0.61 | 0 | 0.27 | 236.1 | 0.49 | 0.49 |
| Hex | 40 | 48 | BB | 42 | 3D | 0 | 1B | EC | 31 | 31 |
| Octal | 100 | 110 | 273 | 102 | 75 | 0 | 33 | 354 | 61 | 61 |
| Binary | 1000000 | 1001000 | 10111011 | 1000010 | 111101 | 0 | 11011 | 11101100 | 110001 | 110001 |
Color Harmonies of #4048BB
Complementary color
Monochromatic Colors of #4048BB
Black with #4048BB
Text Example
Text Example
White with #4048BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4048BB; }
p { color: rgb(64,72,187); }
H1.HeaderClassName
{
color: #4048BB;
}
.AnyTagClassName
{
color: #4048BB;
}
</style>
background-color css
<style>
a { background-color: #4048BB; }
a { background-color: rgb(64,72,187); }
div.DivClassName
{
background-color: #4048BB;
}
.BgClassName
{
background-color: #4048BB;
}
</style>
border-color css
<style>
span { border-color: #4048BB; }
span { border-color: rgb(64,72,187); }
td.TdClassName
{
border-color: #4048BB;
}
.TagClassName
{
border-color: #4048BB;
}
</style>