Shades of Free Speech Blue #4048BE
Tints of Free Speech Blue #4048BE
RGB
CMYK
RGB Variations
Color information
#4048BE (or 0x4048BE) is known color: Free Speech Blue. HEX triplet: 40, 48 and BE. RGB value is (64,72,190). Sum of RGB (Red+Green+Blue) = 64+72+190=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #4048BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4048BE is #BFB741. Grayscale: #525252. Windows color (decimal): -12564290 or 12470336. OLE color: 12470336.
HSL color Cylindrical-coordinate representation of color #4048BE: hue angle of 236.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4048BE is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 72 | 190 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.25 |
| HSL | 236.19º | 0.5% | 0.5% | - |
| HSV(B) | 236.19º | 0.66% | 0.75% | - |
| XYZ | 13.73 | 9.44 | 49.81 | - |
| YUV | 83.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 190 | 0.66 | 0.62 | 0 | 0.25 | 236.19 | 0.5 | 0.5 |
| Hex | 40 | 48 | BE | 42 | 3E | 0 | 19 | EC | 32 | 32 |
| Octal | 100 | 110 | 276 | 102 | 76 | 0 | 31 | 354 | 62 | 62 |
| Binary | 1000000 | 1001000 | 10111110 | 1000010 | 111110 | 0 | 11001 | 11101100 | 110010 | 110010 |
Color Harmonies of #4048BE
Complementary color
Monochromatic Colors of #4048BE
Black with #4048BE
Text Example
Text Example
White with #4048BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4048BE; }
p { color: rgb(64,72,190); }
H1.HeaderClassName
{
color: #4048BE;
}
.AnyTagClassName
{
color: #4048BE;
}
</style>
background-color css
<style>
a { background-color: #4048BE; }
a { background-color: rgb(64,72,190); }
div.DivClassName
{
background-color: #4048BE;
}
.BgClassName
{
background-color: #4048BE;
}
</style>
border-color css
<style>
span { border-color: #4048BE; }
span { border-color: rgb(64,72,190); }
td.TdClassName
{
border-color: #4048BE;
}
.TagClassName
{
border-color: #4048BE;
}
</style>