Shades of Free Speech Blue #4033D6
Tints of Free Speech Blue #4033D6
RGB
CMYK
RGB Variations
Color information
#4033D6 (or 0x4033D6) is known color: Free Speech Blue. HEX triplet: 40, 33 and D6. RGB value is (64,51,214). Sum of RGB (Red+Green+Blue) = 64+51+214=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 214 (83.98% from 255 or 65.05% from 329); Max value from RGB is 214 - color contains mainly: blue. Hex color #4033D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033D6 is #BFCC29. Grayscale: #484848. Windows color (decimal): -12569642 or 14037824. OLE color: 14037824.
HSL color Cylindrical-coordinate representation of color #4033D6: hue angle of 244.79º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4033D6 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 51 | 214 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.16 |
| HSL | 244.79º | 0.67% | 0.52% | - |
| HSV(B) | 244.79º | 0.76% | 0.84% | - |
| XYZ | 15.44 | 8.31 | 64.41 | - |
| YUV | 73.47 | 207.31 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 214 | 0.70 | 0.76 | 0 | 0.16 | 244.79 | 0.67 | 0.52 |
| Hex | 40 | 33 | D6 | 46 | 4C | 0 | 10 | F5 | 43 | 34 |
| Octal | 100 | 63 | 326 | 106 | 114 | 0 | 20 | 365 | 103 | 64 |
| Binary | 1000000 | 110011 | 11010110 | 1000110 | 1001100 | 0 | 10000 | 11110101 | 1000011 | 110100 |
Color Harmonies of #4033D6
Complementary color
Monochromatic Colors of #4033D6
Black with #4033D6
Text Example
Text Example
White with #4033D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033D6; }
p { color: rgb(64,51,214); }
H1.HeaderClassName
{
color: #4033D6;
}
.AnyTagClassName
{
color: #4033D6;
}
</style>
background-color css
<style>
a { background-color: #4033D6; }
a { background-color: rgb(64,51,214); }
div.DivClassName
{
background-color: #4033D6;
}
.BgClassName
{
background-color: #4033D6;
}
</style>
border-color css
<style>
span { border-color: #4033D6; }
span { border-color: rgb(64,51,214); }
td.TdClassName
{
border-color: #4033D6;
}
.TagClassName
{
border-color: #4033D6;
}
</style>