Shades of Free Speech Blue #4053C6
Tints of Free Speech Blue #4053C6
RGB
CMYK
RGB Variations
Color information
#4053C6 (or 0x4053C6) is known color: Free Speech Blue. HEX triplet: 40, 53 and C6. RGB value is (64,83,198). Sum of RGB (Red+Green+Blue) = 64+83+198=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #4053C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4053C6 is #BFAC39. Grayscale: #595959. Windows color (decimal): -12561466 or 12997440. OLE color: 12997440.
HSL color Cylindrical-coordinate representation of color #4053C6: hue angle of 231.49º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4053C6 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 83 | 198 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.22 |
| HSL | 231.49º | 0.54% | 0.51% | - |
| HSV(B) | 231.49º | 0.68% | 0.78% | - |
| XYZ | 15.4 | 11.35 | 54.81 | - |
| YUV | 90.43 | 188.71 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 198 | 0.68 | 0.58 | 0 | 0.22 | 231.49 | 0.54 | 0.51 |
| Hex | 40 | 53 | C6 | 44 | 3A | 0 | 16 | E7 | 36 | 33 |
| Octal | 100 | 123 | 306 | 104 | 72 | 0 | 26 | 347 | 66 | 63 |
| Binary | 1000000 | 1010011 | 11000110 | 1000100 | 111010 | 0 | 10110 | 11100111 | 110110 | 110011 |
Color Harmonies of #4053C6
Complementary color
Monochromatic Colors of #4053C6
Black with #4053C6
Text Example
Text Example
White with #4053C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4053C6; }
p { color: rgb(64,83,198); }
H1.HeaderClassName
{
color: #4053C6;
}
.AnyTagClassName
{
color: #4053C6;
}
</style>
background-color css
<style>
a { background-color: #4053C6; }
a { background-color: rgb(64,83,198); }
div.DivClassName
{
background-color: #4053C6;
}
.BgClassName
{
background-color: #4053C6;
}
</style>
border-color css
<style>
span { border-color: #4053C6; }
span { border-color: rgb(64,83,198); }
td.TdClassName
{
border-color: #4053C6;
}
.TagClassName
{
border-color: #4053C6;
}
</style>