Shades of Free Speech Blue #4053C1
Tints of Free Speech Blue #4053C1
RGB
CMYK
RGB Variations
Color information
#4053C1 (or 0x4053C1) is known color: Free Speech Blue. HEX triplet: 40, 53 and C1. RGB value is (64,83,193). Sum of RGB (Red+Green+Blue) = 64+83+193=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #4053C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4053C1 is #BFAC3E. Grayscale: #595959. Windows color (decimal): -12561471 or 12669760. OLE color: 12669760.
HSL color Cylindrical-coordinate representation of color #4053C1: hue angle of 231.16º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4053C1 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 83 | 193 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.24 |
| HSL | 231.16º | 0.51% | 0.5% | - |
| HSV(B) | 231.16º | 0.67% | 0.76% | - |
| XYZ | 14.83 | 11.13 | 51.82 | - |
| YUV | 89.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 193 | 0.67 | 0.57 | 0 | 0.24 | 231.16 | 0.51 | 0.5 |
| Hex | 40 | 53 | C1 | 43 | 39 | 0 | 18 | E7 | 33 | 32 |
| Octal | 100 | 123 | 301 | 103 | 71 | 0 | 30 | 347 | 63 | 62 |
| Binary | 1000000 | 1010011 | 11000001 | 1000011 | 111001 | 0 | 11000 | 11100111 | 110011 | 110010 |
Color Harmonies of #4053C1
Complementary color
Monochromatic Colors of #4053C1
Black with #4053C1
Text Example
Text Example
White with #4053C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4053C1; }
p { color: rgb(64,83,193); }
H1.HeaderClassName
{
color: #4053C1;
}
.AnyTagClassName
{
color: #4053C1;
}
</style>
background-color css
<style>
a { background-color: #4053C1; }
a { background-color: rgb(64,83,193); }
div.DivClassName
{
background-color: #4053C1;
}
.BgClassName
{
background-color: #4053C1;
}
</style>
border-color css
<style>
span { border-color: #4053C1; }
span { border-color: rgb(64,83,193); }
td.TdClassName
{
border-color: #4053C1;
}
.TagClassName
{
border-color: #4053C1;
}
</style>