Shades of Free Speech Blue #4239B9
Tints of Free Speech Blue #4239B9
RGB
CMYK
RGB Variations
Color information
#4239B9 (or 0x4239B9) is known color: Free Speech Blue. HEX triplet: 42, 39 and B9. RGB value is (66,57,185). Sum of RGB (Red+Green+Blue) = 66+57+185=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #4239B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4239B9 is #BDC646. Grayscale: #494949. Windows color (decimal): -12437063 or 12138818. OLE color: 12138818.
HSL color Cylindrical-coordinate representation of color #4239B9: hue angle of 244.22º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4239B9 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 57 | 185 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.27 |
| HSL | 244.22º | 0.53% | 0.47% | - |
| HSV(B) | 244.22º | 0.69% | 0.73% | - |
| XYZ | 12.47 | 7.59 | 46.71 | - |
| YUV | 74.28 | 190.48 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 185 | 0.64 | 0.69 | 0 | 0.27 | 244.22 | 0.53 | 0.47 |
| Hex | 42 | 39 | B9 | 40 | 45 | 0 | 1B | F4 | 35 | 2F |
| Octal | 102 | 71 | 271 | 100 | 105 | 0 | 33 | 364 | 65 | 57 |
| Binary | 1000010 | 111001 | 10111001 | 1000000 | 1000101 | 0 | 11011 | 11110100 | 110101 | 101111 |
Color Harmonies of #4239B9
Complementary color
Monochromatic Colors of #4239B9
Black with #4239B9
Text Example
Text Example
White with #4239B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239B9; }
p { color: rgb(66,57,185); }
H1.HeaderClassName
{
color: #4239B9;
}
.AnyTagClassName
{
color: #4239B9;
}
</style>
background-color css
<style>
a { background-color: #4239B9; }
a { background-color: rgb(66,57,185); }
div.DivClassName
{
background-color: #4239B9;
}
.BgClassName
{
background-color: #4239B9;
}
</style>
border-color css
<style>
span { border-color: #4239B9; }
span { border-color: rgb(66,57,185); }
td.TdClassName
{
border-color: #4239B9;
}
.TagClassName
{
border-color: #4239B9;
}
</style>