Shades of Free Speech Blue #4033C9
Tints of Free Speech Blue #4033C9
RGB
CMYK
RGB Variations
Color information
#4033C9 (or 0x4033C9) is known color: Free Speech Blue. HEX triplet: 40, 33 and C9. RGB value is (64,51,201). Sum of RGB (Red+Green+Blue) = 64+51+201=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #4033C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033C9 is #BFCC36. Grayscale: #474747. Windows color (decimal): -12569655 or 13185856. OLE color: 13185856.
HSL color Cylindrical-coordinate representation of color #4033C9: hue angle of 245.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4033C9 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 51 | 201 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.21 |
| HSL | 245.2º | 0.6% | 0.49% | - |
| HSV(B) | 245.2º | 0.75% | 0.79% | - |
| XYZ | 13.84 | 7.67 | 56.01 | - |
| YUV | 71.99 | 200.81 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 201 | 0.68 | 0.75 | 0 | 0.21 | 245.2 | 0.6 | 0.49 |
| Hex | 40 | 33 | C9 | 44 | 4B | 0 | 15 | F5 | 3C | 31 |
| Octal | 100 | 63 | 311 | 104 | 113 | 0 | 25 | 365 | 74 | 61 |
| Binary | 1000000 | 110011 | 11001001 | 1000100 | 1001011 | 0 | 10101 | 11110101 | 111100 | 110001 |
Color Harmonies of #4033C9
Complementary color
Monochromatic Colors of #4033C9
Black with #4033C9
Text Example
Text Example
White with #4033C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033C9; }
p { color: rgb(64,51,201); }
H1.HeaderClassName
{
color: #4033C9;
}
.AnyTagClassName
{
color: #4033C9;
}
</style>
background-color css
<style>
a { background-color: #4033C9; }
a { background-color: rgb(64,51,201); }
div.DivClassName
{
background-color: #4033C9;
}
.BgClassName
{
background-color: #4033C9;
}
</style>
border-color css
<style>
span { border-color: #4033C9; }
span { border-color: rgb(64,51,201); }
td.TdClassName
{
border-color: #4033C9;
}
.TagClassName
{
border-color: #4033C9;
}
</style>