Shades of Free Speech Blue #4259BF
Tints of Free Speech Blue #4259BF
RGB
CMYK
RGB Variations
Color information
#4259BF (or 0x4259BF) is known color: Free Speech Blue. HEX triplet: 42, 59 and BF. RGB value is (66,89,191). Sum of RGB (Red+Green+Blue) = 66+89+191=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #4259BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4259BF is #BDA640. Grayscale: #5D5D5D. Windows color (decimal): -12428865 or 12540226. OLE color: 12540226.
HSL color Cylindrical-coordinate representation of color #4259BF: hue angle of 228.96º 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 #4259BF is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 89 | 191 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.25 |
| HSL | 228.96º | 0.49% | 0.5% | - |
| HSV(B) | 228.96º | 0.65% | 0.75% | - |
| XYZ | 15.22 | 12.06 | 50.82 | - |
| YUV | 93.75 | 182.88 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 191 | 0.65 | 0.53 | 0 | 0.25 | 228.96 | 0.49 | 0.5 |
| Hex | 42 | 59 | BF | 41 | 35 | 0 | 19 | E5 | 31 | 32 |
| Octal | 102 | 131 | 277 | 101 | 65 | 0 | 31 | 345 | 61 | 62 |
| Binary | 1000010 | 1011001 | 10111111 | 1000001 | 110101 | 0 | 11001 | 11100101 | 110001 | 110010 |
Color Harmonies of #4259BF
Complementary color
Monochromatic Colors of #4259BF
Black with #4259BF
Text Example
Text Example
White with #4259BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4259BF; }
p { color: rgb(66,89,191); }
H1.HeaderClassName
{
color: #4259BF;
}
.AnyTagClassName
{
color: #4259BF;
}
</style>
background-color css
<style>
a { background-color: #4259BF; }
a { background-color: rgb(66,89,191); }
div.DivClassName
{
background-color: #4259BF;
}
.BgClassName
{
background-color: #4259BF;
}
</style>
border-color css
<style>
span { border-color: #4259BF; }
span { border-color: rgb(66,89,191); }
td.TdClassName
{
border-color: #4259BF;
}
.TagClassName
{
border-color: #4259BF;
}
</style>