Shades of Free Speech Blue #4048BA
Tints of Free Speech Blue #4048BA
RGB
CMYK
RGB Variations
Color information
#4048BA (or 0x4048BA) is known color: Free Speech Blue. HEX triplet: 40, 48 and BA. RGB value is (64,72,186). Sum of RGB (Red+Green+Blue) = 64+72+186=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #4048BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4048BA is #BFB745. Grayscale: #525252. Windows color (decimal): -12564294 or 12208192. OLE color: 12208192.
HSL color Cylindrical-coordinate representation of color #4048BA: hue angle of 236.07º 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 #4048BA is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 72 | 186 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.27 |
| HSL | 236.07º | 0.49% | 0.49% | - |
| HSV(B) | 236.07º | 0.66% | 0.73% | - |
| XYZ | 13.29 | 9.27 | 47.54 | - |
| YUV | 82.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 186 | 0.66 | 0.61 | 0 | 0.27 | 236.07 | 0.49 | 0.49 |
| Hex | 40 | 48 | BA | 42 | 3D | 0 | 1B | EC | 31 | 31 |
| Octal | 100 | 110 | 272 | 102 | 75 | 0 | 33 | 354 | 61 | 61 |
| Binary | 1000000 | 1001000 | 10111010 | 1000010 | 111101 | 0 | 11011 | 11101100 | 110001 | 110001 |
Color Harmonies of #4048BA
Complementary color
Monochromatic Colors of #4048BA
Black with #4048BA
Text Example
Text Example
White with #4048BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4048BA; }
p { color: rgb(64,72,186); }
H1.HeaderClassName
{
color: #4048BA;
}
.AnyTagClassName
{
color: #4048BA;
}
</style>
background-color css
<style>
a { background-color: #4048BA; }
a { background-color: rgb(64,72,186); }
div.DivClassName
{
background-color: #4048BA;
}
.BgClassName
{
background-color: #4048BA;
}
</style>
border-color css
<style>
span { border-color: #4048BA; }
span { border-color: rgb(64,72,186); }
td.TdClassName
{
border-color: #4048BA;
}
.TagClassName
{
border-color: #4048BA;
}
</style>