Shades of Free Speech Blue #4033C7
Tints of Free Speech Blue #4033C7
RGB
CMYK
RGB Variations
Color information
#4033C7 (or 0x4033C7) is known color: Free Speech Blue. HEX triplet: 40, 33 and C7. RGB value is (64,51,199). Sum of RGB (Red+Green+Blue) = 64+51+199=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 199 (78.12% from 255 or 63.38% from 314); Max value from RGB is 199 - color contains mainly: blue. Hex color #4033C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033C7 is #BFCC38. Grayscale: #474747. Windows color (decimal): -12569657 or 13054784. OLE color: 13054784.
HSL color Cylindrical-coordinate representation of color #4033C7: hue angle of 245.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4033C7 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 51 | 199 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.22 |
| HSL | 245.27º | 0.59% | 0.49% | - |
| HSV(B) | 245.27º | 0.74% | 0.78% | - |
| XYZ | 13.61 | 7.58 | 54.78 | - |
| YUV | 71.76 | 199.81 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 199 | 0.68 | 0.74 | 0 | 0.22 | 245.27 | 0.59 | 0.49 |
| Hex | 40 | 33 | C7 | 44 | 4A | 0 | 16 | F5 | 3B | 31 |
| Octal | 100 | 63 | 307 | 104 | 112 | 0 | 26 | 365 | 73 | 61 |
| Binary | 1000000 | 110011 | 11000111 | 1000100 | 1001010 | 0 | 10110 | 11110101 | 111011 | 110001 |
Color Harmonies of #4033C7
Complementary color
Monochromatic Colors of #4033C7
Black with #4033C7
Text Example
Text Example
White with #4033C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033C7; }
p { color: rgb(64,51,199); }
H1.HeaderClassName
{
color: #4033C7;
}
.AnyTagClassName
{
color: #4033C7;
}
</style>
background-color css
<style>
a { background-color: #4033C7; }
a { background-color: rgb(64,51,199); }
div.DivClassName
{
background-color: #4033C7;
}
.BgClassName
{
background-color: #4033C7;
}
</style>
border-color css
<style>
span { border-color: #4033C7; }
span { border-color: rgb(64,51,199); }
td.TdClassName
{
border-color: #4033C7;
}
.TagClassName
{
border-color: #4033C7;
}
</style>