Shades of Free Speech Blue #4048BC
Tints of Free Speech Blue #4048BC
RGB
CMYK
RGB Variations
Color information
#4048BC (or 0x4048BC) is known color: Free Speech Blue. HEX triplet: 40, 48 and BC. RGB value is (64,72,188). Sum of RGB (Red+Green+Blue) = 64+72+188=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #4048BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4048BC is #BFB743. Grayscale: #525252. Windows color (decimal): -12564292 or 12339264. OLE color: 12339264.
HSL color Cylindrical-coordinate representation of color #4048BC: hue angle of 236.13º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4048BC is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 72 | 188 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.26 |
| HSL | 236.13º | 0.49% | 0.49% | - |
| HSV(B) | 236.13º | 0.66% | 0.74% | - |
| XYZ | 13.51 | 9.36 | 48.67 | - |
| YUV | 82.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 188 | 0.66 | 0.62 | 0 | 0.26 | 236.13 | 0.49 | 0.49 |
| Hex | 40 | 48 | BC | 42 | 3E | 0 | 1A | EC | 31 | 31 |
| Octal | 100 | 110 | 274 | 102 | 76 | 0 | 32 | 354 | 61 | 61 |
| Binary | 1000000 | 1001000 | 10111100 | 1000010 | 111110 | 0 | 11010 | 11101100 | 110001 | 110001 |
Color Harmonies of #4048BC
Complementary color
Monochromatic Colors of #4048BC
Black with #4048BC
Text Example
Text Example
White with #4048BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4048BC; }
p { color: rgb(64,72,188); }
H1.HeaderClassName
{
color: #4048BC;
}
.AnyTagClassName
{
color: #4048BC;
}
</style>
background-color css
<style>
a { background-color: #4048BC; }
a { background-color: rgb(64,72,188); }
div.DivClassName
{
background-color: #4048BC;
}
.BgClassName
{
background-color: #4048BC;
}
</style>
border-color css
<style>
span { border-color: #4048BC; }
span { border-color: rgb(64,72,188); }
td.TdClassName
{
border-color: #4048BC;
}
.TagClassName
{
border-color: #4048BC;
}
</style>