Shades of Free Speech Blue #4264BF
Tints of Free Speech Blue #4264BF
RGB
CMYK
RGB Variations
Color information
#4264BF (or 0x4264BF) is known color: Free Speech Blue. HEX triplet: 42, 64 and BF. RGB value is (66,100,191). Sum of RGB (Red+Green+Blue) = 66+100+191=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #4264BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4264BF is #BD9B40. Grayscale: #636363. Windows color (decimal): -12426049 or 12543042. OLE color: 12543042.
HSL color Cylindrical-coordinate representation of color #4264BF: hue angle of 223.68º 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 #4264BF is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 100 | 191 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.25 |
| HSL | 223.68º | 0.49% | 0.5% | - |
| HSV(B) | 223.68º | 0.65% | 0.75% | - |
| XYZ | 16.21 | 14.03 | 51.14 | - |
| YUV | 100.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 191 | 0.65 | 0.48 | 0 | 0.25 | 223.68 | 0.49 | 0.5 |
| Hex | 42 | 64 | BF | 41 | 30 | 0 | 19 | E0 | 31 | 32 |
| Octal | 102 | 144 | 277 | 101 | 60 | 0 | 31 | 340 | 61 | 62 |
| Binary | 1000010 | 1100100 | 10111111 | 1000001 | 110000 | 0 | 11001 | 11100000 | 110001 | 110010 |
Color Harmonies of #4264BF
Complementary color
Monochromatic Colors of #4264BF
Black with #4264BF
Text Example
Text Example
White with #4264BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4264BF; }
p { color: rgb(66,100,191); }
H1.HeaderClassName
{
color: #4264BF;
}
.AnyTagClassName
{
color: #4264BF;
}
</style>
background-color css
<style>
a { background-color: #4264BF; }
a { background-color: rgb(66,100,191); }
div.DivClassName
{
background-color: #4264BF;
}
.BgClassName
{
background-color: #4264BF;
}
</style>
border-color css
<style>
span { border-color: #4264BF; }
span { border-color: rgb(66,100,191); }
td.TdClassName
{
border-color: #4264BF;
}
.TagClassName
{
border-color: #4264BF;
}
</style>