Shades of Free Speech Blue #4249BF
Tints of Free Speech Blue #4249BF
RGB
CMYK
RGB Variations
Color information
#4249BF (or 0x4249BF) is known color: Free Speech Blue. HEX triplet: 42, 49 and BF. RGB value is (66,73,191). Sum of RGB (Red+Green+Blue) = 66+73+191=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #4249BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4249BF is #BDB640. Grayscale: #535353. Windows color (decimal): -12432961 or 12536130. OLE color: 12536130.
HSL color Cylindrical-coordinate representation of color #4249BF: hue angle of 236.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4249BF is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 73 | 191 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.25 |
| HSL | 236.64º | 0.49% | 0.5% | - |
| HSV(B) | 236.64º | 0.65% | 0.75% | - |
| XYZ | 14.03 | 9.68 | 50.42 | - |
| YUV | 84.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 191 | 0.65 | 0.62 | 0 | 0.25 | 236.64 | 0.49 | 0.5 |
| Hex | 42 | 49 | BF | 41 | 3E | 0 | 19 | ED | 31 | 32 |
| Octal | 102 | 111 | 277 | 101 | 76 | 0 | 31 | 355 | 61 | 62 |
| Binary | 1000010 | 1001001 | 10111111 | 1000001 | 111110 | 0 | 11001 | 11101101 | 110001 | 110010 |
Color Harmonies of #4249BF
Complementary color
Monochromatic Colors of #4249BF
Black with #4249BF
Text Example
Text Example
White with #4249BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4249BF; }
p { color: rgb(66,73,191); }
H1.HeaderClassName
{
color: #4249BF;
}
.AnyTagClassName
{
color: #4249BF;
}
</style>
background-color css
<style>
a { background-color: #4249BF; }
a { background-color: rgb(66,73,191); }
div.DivClassName
{
background-color: #4249BF;
}
.BgClassName
{
background-color: #4249BF;
}
</style>
border-color css
<style>
span { border-color: #4249BF; }
span { border-color: rgb(66,73,191); }
td.TdClassName
{
border-color: #4249BF;
}
.TagClassName
{
border-color: #4249BF;
}
</style>