Shades of Free Speech Blue #4263BA
Tints of Free Speech Blue #4263BA
RGB
CMYK
RGB Variations
Color information
#4263BA (or 0x4263BA) is known color: Free Speech Blue. HEX triplet: 42, 63 and BA. RGB value is (66,99,186). Sum of RGB (Red+Green+Blue) = 66+99+186=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #4263BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4263BA is #BD9C45. Grayscale: #626262. Windows color (decimal): -12426310 or 12215106. OLE color: 12215106.
HSL color Cylindrical-coordinate representation of color #4263BA: hue angle of 223.5º 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 #4263BA is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 99 | 186 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.27 |
| HSL | 223.5º | 0.48% | 0.49% | - |
| HSV(B) | 223.5º | 0.65% | 0.73% | - |
| XYZ | 15.57 | 13.63 | 48.26 | - |
| YUV | 99.05 | 177.07 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 186 | 0.65 | 0.47 | 0 | 0.27 | 223.5 | 0.48 | 0.49 |
| Hex | 42 | 63 | BA | 41 | 2F | 0 | 1B | E0 | 30 | 31 |
| Octal | 102 | 143 | 272 | 101 | 57 | 0 | 33 | 340 | 60 | 61 |
| Binary | 1000010 | 1100011 | 10111010 | 1000001 | 101111 | 0 | 11011 | 11100000 | 110000 | 110001 |
Color Harmonies of #4263BA
Complementary color
Monochromatic Colors of #4263BA
Black with #4263BA
Text Example
Text Example
White with #4263BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4263BA; }
p { color: rgb(66,99,186); }
H1.HeaderClassName
{
color: #4263BA;
}
.AnyTagClassName
{
color: #4263BA;
}
</style>
background-color css
<style>
a { background-color: #4263BA; }
a { background-color: rgb(66,99,186); }
div.DivClassName
{
background-color: #4263BA;
}
.BgClassName
{
background-color: #4263BA;
}
</style>
border-color css
<style>
span { border-color: #4263BA; }
span { border-color: rgb(66,99,186); }
td.TdClassName
{
border-color: #4263BA;
}
.TagClassName
{
border-color: #4263BA;
}
</style>