Shades of Free Speech Blue #4054B8
Tints of Free Speech Blue #4054B8
RGB
CMYK
RGB Variations
Color information
#4054B8 (or 0x4054B8) is known color: Free Speech Blue. HEX triplet: 40, 54 and B8. RGB value is (64,84,184). Sum of RGB (Red+Green+Blue) = 64+84+184=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #4054B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4054B8 is #BFAB47. Grayscale: #585858. Windows color (decimal): -12561224 or 12080192. OLE color: 12080192.
HSL color Cylindrical-coordinate representation of color #4054B8: hue angle of 230º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4054B8 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 84 | 184 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.28 |
| HSL | 230º | 0.48% | 0.49% | - |
| HSV(B) | 230º | 0.65% | 0.72% | - |
| XYZ | 13.94 | 10.89 | 46.72 | - |
| YUV | 89.42 | 181.37 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 184 | 0.65 | 0.54 | 0 | 0.28 | 230 | 0.48 | 0.49 |
| Hex | 40 | 54 | B8 | 41 | 36 | 0 | 1C | E6 | 30 | 31 |
| Octal | 100 | 124 | 270 | 101 | 66 | 0 | 34 | 346 | 60 | 61 |
| Binary | 1000000 | 1010100 | 10111000 | 1000001 | 110110 | 0 | 11100 | 11100110 | 110000 | 110001 |
Color Harmonies of #4054B8
Complementary color
Monochromatic Colors of #4054B8
Black with #4054B8
Text Example
Text Example
White with #4054B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4054B8; }
p { color: rgb(64,84,184); }
H1.HeaderClassName
{
color: #4054B8;
}
.AnyTagClassName
{
color: #4054B8;
}
</style>
background-color css
<style>
a { background-color: #4054B8; }
a { background-color: rgb(64,84,184); }
div.DivClassName
{
background-color: #4054B8;
}
.BgClassName
{
background-color: #4054B8;
}
</style>
border-color css
<style>
span { border-color: #4054B8; }
span { border-color: rgb(64,84,184); }
td.TdClassName
{
border-color: #4054B8;
}
.TagClassName
{
border-color: #4054B8;
}
</style>