Shades of Free Speech Blue #4048DC
Tints of Free Speech Blue #4048DC
RGB
CMYK
RGB Variations
Color information
#4048DC (or 0x4048DC) is known color: Free Speech Blue. HEX triplet: 40, 48 and DC. RGB value is (64,72,220). Sum of RGB (Red+Green+Blue) = 64+72+220=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #4048DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4048DC is #BFB723. Grayscale: #555555. Windows color (decimal): -12564260 or 14436416. OLE color: 14436416.
HSL color Cylindrical-coordinate representation of color #4048DC: hue angle of 236.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4048DC is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 72 | 220 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.14 |
| HSL | 236.92º | 0.69% | 0.56% | - |
| HSV(B) | 236.92º | 0.71% | 0.86% | - |
| XYZ | 17.35 | 10.89 | 68.9 | - |
| YUV | 86.48 | 203.35 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 220 | 0.71 | 0.67 | 0 | 0.14 | 236.92 | 0.69 | 0.56 |
| Hex | 40 | 48 | DC | 47 | 43 | 0 | E | ED | 45 | 38 |
| Octal | 100 | 110 | 334 | 107 | 103 | 0 | 16 | 355 | 105 | 70 |
| Binary | 1000000 | 1001000 | 11011100 | 1000111 | 1000011 | 0 | 1110 | 11101101 | 1000101 | 111000 |
Color Harmonies of #4048DC
Complementary color
Monochromatic Colors of #4048DC
Black with #4048DC
Text Example
Text Example
White with #4048DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4048DC; }
p { color: rgb(64,72,220); }
H1.HeaderClassName
{
color: #4048DC;
}
.AnyTagClassName
{
color: #4048DC;
}
</style>
background-color css
<style>
a { background-color: #4048DC; }
a { background-color: rgb(64,72,220); }
div.DivClassName
{
background-color: #4048DC;
}
.BgClassName
{
background-color: #4048DC;
}
</style>
border-color css
<style>
span { border-color: #4048DC; }
span { border-color: rgb(64,72,220); }
td.TdClassName
{
border-color: #4048DC;
}
.TagClassName
{
border-color: #4048DC;
}
</style>