Shades of Free Speech Blue #4054CC
Tints of Free Speech Blue #4054CC
RGB
CMYK
RGB Variations
Color information
#4054CC (or 0x4054CC) is known color: Free Speech Blue. HEX triplet: 40, 54 and CC. RGB value is (64,84,204). Sum of RGB (Red+Green+Blue) = 64+84+204=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #4054CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4054CC is #BFAB33. Grayscale: #5B5B5B. Windows color (decimal): -12561204 or 13390912. OLE color: 13390912.
HSL color Cylindrical-coordinate representation of color #4054CC: hue angle of 231.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4054CC is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 84 | 204 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.2 |
| HSL | 231.43º | 0.58% | 0.53% | - |
| HSV(B) | 231.43º | 0.69% | 0.8% | - |
| XYZ | 16.18 | 11.79 | 58.55 | - |
| YUV | 91.7 | 191.37 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 204 | 0.69 | 0.59 | 0 | 0.2 | 231.43 | 0.58 | 0.53 |
| Hex | 40 | 54 | CC | 45 | 3B | 0 | 14 | E7 | 3A | 35 |
| Octal | 100 | 124 | 314 | 105 | 73 | 0 | 24 | 347 | 72 | 65 |
| Binary | 1000000 | 1010100 | 11001100 | 1000101 | 111011 | 0 | 10100 | 11100111 | 111010 | 110101 |
Color Harmonies of #4054CC
Complementary color
Monochromatic Colors of #4054CC
Black with #4054CC
Text Example
Text Example
White with #4054CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4054CC; }
p { color: rgb(64,84,204); }
H1.HeaderClassName
{
color: #4054CC;
}
.AnyTagClassName
{
color: #4054CC;
}
</style>
background-color css
<style>
a { background-color: #4054CC; }
a { background-color: rgb(64,84,204); }
div.DivClassName
{
background-color: #4054CC;
}
.BgClassName
{
background-color: #4054CC;
}
</style>
border-color css
<style>
span { border-color: #4054CC; }
span { border-color: rgb(64,84,204); }
td.TdClassName
{
border-color: #4054CC;
}
.TagClassName
{
border-color: #4054CC;
}
</style>