Shades of Free Speech Blue #4053C7
Tints of Free Speech Blue #4053C7
RGB
CMYK
RGB Variations
Color information
#4053C7 (or 0x4053C7) is known color: Free Speech Blue. HEX triplet: 40, 53 and C7. RGB value is (64,83,199). Sum of RGB (Red+Green+Blue) = 64+83+199=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 199 (78.12% from 255 or 57.51% from 346); Max value from RGB is 199 - color contains mainly: blue. Hex color #4053C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4053C7 is #BFAC38. Grayscale: #5A5A5A. Windows color (decimal): -12561465 or 13062976. OLE color: 13062976.
HSL color Cylindrical-coordinate representation of color #4053C7: hue angle of 231.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4053C7 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 83 | 199 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.22 |
| HSL | 231.56º | 0.55% | 0.52% | - |
| HSV(B) | 231.56º | 0.68% | 0.78% | - |
| XYZ | 15.52 | 11.4 | 55.42 | - |
| YUV | 90.54 | 189.21 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 199 | 0.68 | 0.58 | 0 | 0.22 | 231.56 | 0.55 | 0.52 |
| Hex | 40 | 53 | C7 | 44 | 3A | 0 | 16 | E8 | 37 | 34 |
| Octal | 100 | 123 | 307 | 104 | 72 | 0 | 26 | 350 | 67 | 64 |
| Binary | 1000000 | 1010011 | 11000111 | 1000100 | 111010 | 0 | 10110 | 11101000 | 110111 | 110100 |
Color Harmonies of #4053C7
Complementary color
Monochromatic Colors of #4053C7
Black with #4053C7
Text Example
Text Example
White with #4053C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4053C7; }
p { color: rgb(64,83,199); }
H1.HeaderClassName
{
color: #4053C7;
}
.AnyTagClassName
{
color: #4053C7;
}
</style>
background-color css
<style>
a { background-color: #4053C7; }
a { background-color: rgb(64,83,199); }
div.DivClassName
{
background-color: #4053C7;
}
.BgClassName
{
background-color: #4053C7;
}
</style>
border-color css
<style>
span { border-color: #4053C7; }
span { border-color: rgb(64,83,199); }
td.TdClassName
{
border-color: #4053C7;
}
.TagClassName
{
border-color: #4053C7;
}
</style>