Shades of Free Speech Blue #4264BA
Tints of Free Speech Blue #4264BA
RGB
CMYK
RGB Variations
Color information
#4264BA (or 0x4264BA) is known color: Free Speech Blue. HEX triplet: 42, 64 and BA. RGB value is (66,100,186). Sum of RGB (Red+Green+Blue) = 66+100+186=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #4264BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4264BA is #BD9B45. Grayscale: #636363. Windows color (decimal): -12426054 or 12215362. OLE color: 12215362.
HSL color Cylindrical-coordinate representation of color #4264BA: hue angle of 223º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4264BA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 100 | 186 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.27 |
| HSL | 223º | 0.48% | 0.49% | - |
| HSV(B) | 223º | 0.65% | 0.73% | - |
| XYZ | 15.67 | 13.82 | 48.3 | - |
| YUV | 99.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 186 | 0.65 | 0.46 | 0 | 0.27 | 223 | 0.48 | 0.49 |
| Hex | 42 | 64 | BA | 41 | 2E | 0 | 1B | DF | 30 | 31 |
| Octal | 102 | 144 | 272 | 101 | 56 | 0 | 33 | 337 | 60 | 61 |
| Binary | 1000010 | 1100100 | 10111010 | 1000001 | 101110 | 0 | 11011 | 11011111 | 110000 | 110001 |
Color Harmonies of #4264BA
Complementary color
Monochromatic Colors of #4264BA
Black with #4264BA
Text Example
Text Example
White with #4264BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4264BA; }
p { color: rgb(66,100,186); }
H1.HeaderClassName
{
color: #4264BA;
}
.AnyTagClassName
{
color: #4264BA;
}
</style>
background-color css
<style>
a { background-color: #4264BA; }
a { background-color: rgb(66,100,186); }
div.DivClassName
{
background-color: #4264BA;
}
.BgClassName
{
background-color: #4264BA;
}
</style>
border-color css
<style>
span { border-color: #4264BA; }
span { border-color: rgb(66,100,186); }
td.TdClassName
{
border-color: #4264BA;
}
.TagClassName
{
border-color: #4264BA;
}
</style>