Shades of Free Speech Blue #4268BA
Tints of Free Speech Blue #4268BA
RGB
CMYK
RGB Variations
Color information
#4268BA (or 0x4268BA) is known color: Free Speech Blue. HEX triplet: 42, 68 and BA. RGB value is (66,104,186). Sum of RGB (Red+Green+Blue) = 66+104+186=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #4268BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4268BA is #BD9745. Grayscale: #656565. Windows color (decimal): -12425030 or 12216386. OLE color: 12216386.
HSL color Cylindrical-coordinate representation of color #4268BA: hue angle of 221º 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 #4268BA is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 104 | 186 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.27 |
| HSL | 221º | 0.48% | 0.49% | - |
| HSV(B) | 221º | 0.65% | 0.73% | - |
| XYZ | 16.06 | 14.6 | 48.43 | - |
| YUV | 101.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 186 | 0.65 | 0.44 | 0 | 0.27 | 221 | 0.48 | 0.49 |
| Hex | 42 | 68 | BA | 41 | 2C | 0 | 1B | DD | 30 | 31 |
| Octal | 102 | 150 | 272 | 101 | 54 | 0 | 33 | 335 | 60 | 61 |
| Binary | 1000010 | 1101000 | 10111010 | 1000001 | 101100 | 0 | 11011 | 11011101 | 110000 | 110001 |
Color Harmonies of #4268BA
Complementary color
Monochromatic Colors of #4268BA
Black with #4268BA
Text Example
Text Example
White with #4268BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4268BA; }
p { color: rgb(66,104,186); }
H1.HeaderClassName
{
color: #4268BA;
}
.AnyTagClassName
{
color: #4268BA;
}
</style>
background-color css
<style>
a { background-color: #4268BA; }
a { background-color: rgb(66,104,186); }
div.DivClassName
{
background-color: #4268BA;
}
.BgClassName
{
background-color: #4268BA;
}
</style>
border-color css
<style>
span { border-color: #4268BA; }
span { border-color: rgb(66,104,186); }
td.TdClassName
{
border-color: #4268BA;
}
.TagClassName
{
border-color: #4268BA;
}
</style>